symbols_controller.rb revision ee23d7d15bd5421482170d3a8fe0cfc3a45d9789
#
# Lists symbols of an ontology
#
extra_notes = ontology.symbol_groups.where('id NOT IN (SELECT DISTINCT(parent_id) FROM e_edges UNION SELECT DISTINCT(child_id) FROM e_edges)')
@nodes = []
end
@hierarchy_exists = !@nodes.empty?
end
format.html do
end
end
end
end
end
end