Searched defs:sine_symbol_axiom_triggers (Results 1 - 1 of 1) sorted by relevance

/ontohub/app/models/
H A Dsine_axiom_selection.rb14 has_many :sine_symbol_axiom_triggers, dependent: :destroy
47 def sine_symbol_axiom_triggers method in class:SineAxiomSelection
85 ssat = sine_symbol_axiom_triggers.
135 Axiom.unscoped.joins(:sine_symbol_axiom_triggers).
136 where('sine_symbol_axiom_triggers.symbol_id = ?', symbol.id).
137 where('sine_symbol_axiom_triggers.tolerance <= ?', tolerance)

Completed in 6 milliseconds