entities.rb revision 7053f64d201844e5a0529046e790fc6855c3e268
included do
end
e.range = hash['range']
# remove path from range
end
end
end
end
# Delete previous set of categories
end
subclasses.each do |s|
EEdge.create!(:child_id => Entity.where(display_name: c1, ontology_id: s.ontology.id).first.id, :parent_id => Entity.where(display_name: c2, ontology_id: s.ontology.id).first.id)
end
end
end