Module: Stall::CartHelper

Extended by:
ActiveSupport::Concern
Included in:
Stall::Checkout::PaymentReturnCheckoutStep
Defined in:
lib/stall/cart_helper.rb

Instance Method Summary collapse

Instance Method Details

#current_cartObject



15
16
17
# File 'lib/stall/cart_helper.rb', line 15

def current_cart
  RequestStore.store[cart_key] ||= load_current_cart
end