Module: BatchAgg::DSL

Defined in:
lib/batchagg.rb

Instance Method Summary collapse

Instance Method Details

#aggregate(model) ⇒ Object



251
252
253
# File 'lib/batchagg.rb', line 251

def aggregate(model, &)
  Builder.new(model).build_class(&)
end