Sha256: 11723d0070715219f130cbf2507ad4c646565a2555e3032dfbd32b9b8630f95a
Contents?: true
Size: 370 Bytes
Versions: 72
Compression:
Stored size: 370 Bytes
Contents
# frozen_string_literal: true module Spree module Core module ControllerHelpers module Pricing extend ActiveSupport::Concern included do helper_method :current_pricing_options end def current_pricing_options Spree::Config.pricing_options_class.from_context(self) end end end end end
Version data entries
72 entries across 72 versions & 1 rubygems