Guest User

Untitled

a guest
Apr 23rd, 2018
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. class Addition < ActiveRecord::Base
  2. belongs_to :register
  3.  
  4. def total
  5. pennies + nickels + dimes + quarters + ones + fives + tens + twenties + fifties + hundreds
  6. end
  7.  
  8. end
Add Comment
Please, Sign In to add comment