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