Sha256: 9da9bb8ca4a0d64cce42dbb812712c7d87766c5175d2259324a7b49d8b2a637c

Contents?: true

Size: 193 Bytes

Versions: 1

Compression:

Stored size: 193 Bytes

Contents

module ShoppingCart
  class ApplicationController < ::ApplicationController
    include ShoppingCart::CurrentSession
    helper_method :current_order
    layout 'layouts/application'
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
loker-shopping-cart-0.1.3 app/controllers/shopping_cart/application_controller.rb