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

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

Instance Method Summary collapse

Instance Method Details

#current_pricing_optionsObject

[View source]

13
14
15
# File 'app/helpers/spree/core/controller_helpers/pricing.rb', line 13

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