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 2326cfd02158fb9217ef3bb4419142f144aa3c0b
class
LicenseModelsController
<
InheritedResources
::
Base
belongs_to
:
ontology
def
index
@
ontology
=
Ontology.find
(
params
[:
ontology_id
])
@
projects
=
Project.where
(
ontology
: @
ontology
)
end
end