Module: Spree::Core::ControllerHelpers::Pricing

Extended by:
ActiveSupport::Concern
Included in:
Order
Defined in:
lib/spree/core/controller_helpers/pricing.rb

Instance Method Summary collapse

Instance Method Details

#current_currencyObject



20
21
22
# File 'lib/spree/core/controller_helpers/pricing.rb', line 20

def current_currency
  current_pricing_options.currency
end

#current_pricing_optionsObject



16
17
18
# File 'lib/spree/core/controller_helpers/pricing.rb', line 16

def current_pricing_options
  Spree::Config.pricing_options_class.from_context(self)
end