Searched refs:LocId (Results 1 - 6 of 6) sorted by relevance

/ontohub/app/models/
H A Dloc_id.rb1 class LocId < ActiveRecord::Base class
H A Dloc_id_base_model.rb10 result = LocId.where(locid: locid).first.try(:specific)
19 LocId.where(locid: generate_locid_string,
43 LocId.create(specific_id: id,
/ontohub/db/data/
H A D20160719133546_preload_locids.rb3 LocId.where(specific_type: Sentence.descendants.map(&:to_s)).
/ontohub/db/migrate/
H A D20160310132620_move_loc_id_to_own_model.rb18 locid = LocId.where(locid: attrs[:locid])
39 LocId.find_each do |object|
/ontohub/app/models/ontology_member/
H A Dsymbol.rb24 LocId.where(locid: locid).first.try(:specific)
/ontohub/app/models/ontology/
H A Dclass_methods_and_scopes.rb84 ontology = LocId.where('locid LIKE ?', '%' << locid).first.try(:specific)

Completed in 8 milliseconds