entities_controller.rb revision 83c4ccd4fd8640e2ee8639b5d93ddf2dda048bd1
#
# Lists entities of an ontology
#
if ontology
@nodes = []
end
@hierarchy_exists = !@nodes.empty?
end
end
format.html do
end
end
end
end
end