Class: Spree::PriceHistory
- Inherits:
-
Object
- Object
- Spree::PriceHistory
- Defined in:
- app/models/spree/price_history.rb
Instance Method Summary collapse
Instance Method Details
#amount_in_cents ⇒ Object
25 26 27 |
# File 'app/models/spree/price_history.rb', line 25 def amount_in_cents money.amount_in_cents end |
#display_amount ⇒ Object
21 22 23 |
# File 'app/models/spree/price_history.rb', line 21 def display_amount money.to_s end |