Cross Reference: children_controller.rb
xref
: /
ontohub
/
app
/
controllers
/
children_controller.rb
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
children_controller.rb revision 3f2e11b6294f92d3434551cdbbf10d952a52d478
#
# Lists entities of an ontology
#
class
ChildrenController
<
InheritedResources
::
Base
belongs_to
:
ontology
actions
:
index
respond_to
:
json
, :
xml
before_filter
:
check_read_permissions
def
check_read_permissions
authorize
! :
show
,
parent.repository
end
end