module Rollup::Model
Attributes
rollup_column[RW]
Public Instance Methods
rollup(*args, **options, &block)
click to toggle source
# File lib/rollup/model.rb, line 5 def rollup(*args, **options, &block) Aggregator.new(self).rollup(*args, **options, &block) nil end