Method: Counter::Recalculatable#recalc_scope
- Defined in:
- app/models/concerns/counter/recalculatable.rb
#recalc_scope ⇒ Object
use this scope when recalculating the value
26 27 28 |
# File 'app/models/concerns/counter/recalculatable.rb', line 26 def recalc_scope parent.association(definition.association_name).scope end |