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