Method: Amountable::TableMethods#save

Defined in:
lib/amountable/table_methods.rb

#save(**args) ⇒ Object



22
23
24
25
26
# File 'lib/amountable/table_methods.rb', line 22

def save(**args)
  ActiveRecord::Base.transaction do
    save_amounts if super
  end
end