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