Cross Reference: ontologies_controller.rb
xref
: /
ontohub
/
app
/
controllers
/
api
/
v1
/
ontologies_controller.rb
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
ontologies_controller.rb revision 4b8c0f56a6a49c41dd0e9fdd28a27c4f35e2a208
# Base controller for all API controllers
class
Api
::
V1
::
OntologiesController
<
Api
::
V1
::
Base
inherit_resources
actions
:
index
, :
update
before_filter
:
check_write_permission
, :
except
=> [:
index
, :
show
]
has_scope
:
repository_id
, :
basepath
, :
without_parent
def
index
collection
render
:
index
end
end