Searched refs:select_attributes (Results 1 - 7 of 7) sorted by relevance

/ontohub/db/migrate/
H A D20160310132619_create_missing_locids.rb5 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 D20160310132618_enter_name_for_mappings.rb4 iri = select_attributes(mapping, :iri)[:iri]
H A D20160110133823_change_proof_status_from_loc_id_to_slug_routing.rb6 attrs = select_attributes(proof_status, :identifier,
18 attrs = select_attributes(proof_status, :identifier,
H A D20160310132620_move_loc_id_to_own_model.rb16 attrs = select_attributes(object, :locid)
40 attrs = select_attributes(object, :locid, :specific_id, :specific_type)
H A D20160614065105_add_association_from_commit_to_user.rb56 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 D20160614065104_create_missing_commits.rb20 user_id = select_attributes(ontology_version, :user_id)[:user_id]
/ontohub/lib/
H A Dmigration_with_data.rb7 def select_attributes(record, *keys, method in class:MigrationWithData

Completed in 57 milliseconds