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

/ontohub/spec/models/
H A Dsymbol_spec.rb61 before { ontology.symbols.update_or_create_from_hash(symbol_hash) }
105 before { ontology.symbols.update_or_create_from_hash(symbol_hash) }
123 before { ontology.symbols.update_or_create_from_hash(symbol_hash) }
H A Dsentence_spec.rb46 ontology.sentences.update_or_create_from_hash sentence_hash
/ontohub/lib/hets/dg/
H A Dnode_evaluator.rb82 symbol = ontology.symbols.update_or_create_from_hash(
104 axiom = ontology.axioms.update_or_create_from_hash(
128 axiom = ontology.axioms.update_or_create_from_hash(
151 theorem = ontology.theorems.update_or_create_from_hash(
175 mapping = parent_ontology.mappings.update_or_create_from_hash(
/ontohub/app/models/ontology/
H A Dsymbols.rb6 def update_or_create_from_hash(hash, timestamp = Time.now) method in class:Ontology.Symbols.Methods
H A Dmappings.rb29 def update_or_create_from_hash(hash, _user, timestamp = Time.now) method in class:Ontology.Mappings.Methods
H A Dsentences.rb122 def update_or_create_from_hash(hash, timestamp = Time.now) method in class:Ontology.Sentences.Methods

Completed in 18 milliseconds