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