Method: Amountable::Amount#save
- Defined in:
- lib/amountable/amount.rb
#save ⇒ Object
30 31 32 33 |
# File 'lib/amountable/amount.rb', line 30 def save raise StandardError.new("Can't persist amount to database") if persistable == false super end |