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