Searched defs:show (Results 1 - 18 of 18) sorted by relevance

/ontohub/app/controllers/
H A Dcommit_references_controller.rb2 def show method in class:CommitReferencesController
H A Dusers_controller.rb6 actions :show
9 def show method in class:UsersController
H A Dcategories_controller.rb20 def show method in class:CategoriesController
28 authorize! :show, parent.repository if parent.is_a? Ontology
H A Dlanguage_mappings_controller.rb8 load_and_authorize_resource :except => [:index, :show]
15 def show method in class:LanguageMappingsController
H A Dlanguages_controller.rb10 load_and_authorize_resource :except => [:index, :show]
26 def show method in class:LanguagesController
H A Dteams_controller.rb9 def show method in class:TeamsController
26 # show only teams of current user
H A Dlogic_mappings_controller.rb9 load_and_authorize_resource :except => [:index, :show]
16 def show method in class:LogicMappingsController
H A Dhome_controller.rb13 def show method in class:HomeController
H A Ddiffs_controller.rb4 actions :show
8 def show method in class:DiffsController
33 authorize! :show, repository
H A Doops_requests_controller.rb6 def show method in class:OopsRequestsController
H A Dlogics_controller.rb5 actions :index, :show
13 load_and_authorize_resource :except => [:index, :show]
24 def show method in class:LogicsController
H A Dontology_versions_controller.rb7 actions :index, :show, :new, :create
16 def show method in class:OntologyVersionsController
58 authorize! :show, parent.repository
H A Dontologies_controller.rb12 actions :index, :show, :edit, :update, :destroy
14 respond_to :html, except: %i(show)
53 def show method in class:OntologiesController
117 authorize!(:show, Repository.find_by_path(params[:repository_id]))
H A Dfiles_controller.rb9 def show method in class:FilesController
55 render :show
81 authorize! :show, repository
/ontohub/app/controllers/api/v1/
H A Dlogics_controller.rb5 actions :show
6 respond_to :xml, :rdf, only: %i(show)
8 def show method in class:Api
11 render :show, content_type: 'application/rdf+xml'
14 render 'show.xml', content_type: 'application/rdf+xml'
H A Dactions_controller.rb4 actions :show
6 def show method in class:Api
H A Dontologies_controller.rb4 actions :show
6 respond_to :text, only: %i(show)
8 def show method in class:Api
H A Dontology_versions_controller.rb8 actions :index, :show
9 respond_to :text, only: %i(show)
11 def show method in class:Api

Completed in 299 milliseconds