axioms.rb revision cad2121a9e9a87317333b202956ce7478efcc257
included do
end
execute "INSERT INTO axioms_entities (axiom_id, entity_id)
SELECT #{e.id}, id FROM entities WHERE
ontology_id=#{proxy_owner.id} AND text IN (?)",
hash['symbols']
end
end
end