Module: ShoppingCart::ApplicationHelper

Defined in:
app/helpers/shopping_cart/application_helper.rb

Instance Method Summary collapse

Instance Method Details

#price_to_euro(price) ⇒ Object



3
4
5
# File 'app/helpers/shopping_cart/application_helper.rb', line 3

def price_to_euro(price)
  "#{price}"
end