Cross Reference: license_models_controller.rb
xref
: /
ontohub
/
app
/
controllers
/
license_models_controller.rb
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
license_models_controller.rb revision 70143822e0ed7eabaa1d51394bf3151911c73400
class
LicenseModelsController
<
InheritedResources
::
Base
belongs_to
:
ontology
def
index
@
ontology
=
Ontology.find
(
params
[:
ontology_id
])
@
license_models
= @
ontology.license
_models
end
end