module Spree::Core::ControllerHelpers::Pricing
Public Instance Methods
current_pricing_options()
click to toggle source
# File lib/spree/core/controller_helpers/pricing.rb, line 13 def current_pricing_options Spree::Config.pricing_options_class.from_context(self) end