Cross Reference:
xref
: /
ontohub
/
app
/
controllers
/
entities_controller.rb
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
entities_controller.rb revision acb3db0ee20cd276e305da358a03b30666976db0
642
N/A
#
642
N/A
# Lists entities of an ontology
642
N/A
#
642
N/A
class
EntitiesController
<
InheritedResources
::
Base
642
N/A
642
N/A
belongs_to
:
ontology
642
N/A
642
N/A
actions
:
index
642
N/A
has_scope
:
kind
642
N/A
has_pagination
642
N/A
respond_to
:
json
, :
xml
642
N/A
642
N/A
end
642
N/A