Skip to content

Instantly share code, notes, and snippets.

@telagraphic
Last active December 11, 2015 01:49
Show Gist options
  • Save telagraphic/4526484 to your computer and use it in GitHub Desktop.
Save telagraphic/4526484 to your computer and use it in GitHub Desktop.
after_save do |credit|
parent_account = credit.account_id
account_to_credit = Account.find(parent_account)
account_to_credit.balance + credit.amount
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment