Class: PowerShop::ApplicationController

Inherits:
ApplicationController
  • Object
show all
Defined in:
app/controllers/power_shop/application_controller.rb

Instance Method Summary collapse

Instance Method Details

#cartObject

Public: get cart from middleware TODO: concern for project application controller

Returns ShoppingCart



8
9
10
# File 'app/controllers/power_shop/application_controller.rb', line 8

def cart
  @cart ||= request.env['shopping_cart']
end