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