Searched refs:select_attributes (Results 1 - 7 of 7) sorted by relevance
/ontohub/db/migrate/ |
H A D | 20160310132619_create_missing_locids.rb | 5 ontology_id = select_attributes(sentence, :ontology_id)[:ontology_id] 7 sentence_name = select_attributes(sentence, :name)[:name] 14 ontology_id = select_attributes(symbol, :ontology_id)[:ontology_id] 16 symbol_name = select_attributes(symbol, :name)[:name]
|
H A D | 20160310132618_enter_name_for_mappings.rb | 4 iri = select_attributes(mapping, :iri)[:iri]
|
H A D | 20160110133823_change_proof_status_from_loc_id_to_slug_routing.rb | 6 attrs = select_attributes(proof_status, :identifier, 18 attrs = select_attributes(proof_status, :identifier,
|
H A D | 20160310132620_move_loc_id_to_own_model.rb | 16 attrs = select_attributes(object, :locid) 40 attrs = select_attributes(object, :locid, :specific_id, :specific_type)
|
H A D | 20160614065105_add_association_from_commit_to_user.rb | 56 attrs = select_attributes(commit, 67 attrs = select_attributes(ontology_version, :user_id, :commit_oid) 77 attrs = select_attributes(commit, :author_name, :committer_name)
|
/ontohub/db/data/ |
H A D | 20160614065104_create_missing_commits.rb | 20 user_id = select_attributes(ontology_version, :user_id)[:user_id]
|
/ontohub/lib/ |
H A D | migration_with_data.rb | 7 def select_attributes(record, *keys, method in class:MigrationWithData
|
Completed in 57 milliseconds