Module: DealsWith::ActiveRecord::ClassMethods

Defined in:
lib/deals_with/active_record/class_methods.rb

Instance Method Summary collapse

Instance Method Details

#build(attributes = {}) ⇒ Object



7
8
9
# File 'lib/deals_with/active_record/class_methods.rb', line 7

def build(attributes={})
  new(attributes)
end