Class: StoreController (<Toplevel Module>)

Overview
Module Structure
Class Hierarchy
Instance Methods
StoreController#index
StoreController#add_to_cart
StoreController#checkout
StoreController#save_order
StoreController#empty_cart
StoreController#redirect_to_index / 1
StoreController#find_cart
StoreController#authorize
is a submodule of
module: <Toplevel Module>   
has modular siblings
module: <Built-in Module>   
module: ActionController   
module: ActiveRecord   
class: ApplicationController   
class: AdminController   
class: InfoController   
class: LineItemsController   
class: OrdersController   
class: ProductsController   
class: UsersController   
class: Cart   
class: CartItem   
class: LineItem   
class: Order   
class: Product   
class: User   
module: StoreHelper   
inherits from
  ApplicationController   
has class siblings
  AdminController   
  InfoController   
  LineItemsController   
  OrdersController   
  ProductsController   
  UsersController   
has properties
method: index   
method: add_to_cart   
method: checkout   
method: save_order   
method: empty_cart   
method: redirect_to_index / 1   
method: find_cart   
method: authorize   
is defined at
#10 in app/controllers/store_controller.rb  

Overview

Module Structure

  module: <Toplevel Module>
module: ActionController     
module: ActiveRecord     
class: ApplicationController     
class: AdminController     
class: InfoController     
class: StoreController     
class: LineItemsController     
class: OrdersController     
class: ProductsController     
class: UsersController     
class: Cart     
class: CartItem     
class: LineItem     
class: Order     
class: Product     
class: User     
module: StoreHelper     

Class Hierarchy

Object ( Builtin-Module )
Base ( ActionController )
ApplicationController
has properties
method: authorize   
method: set_locale   
AdminController
InfoController
StoreController
has properties
method: index   
method: add_to_cart   
method: checkout   
method: save_order   
method: empty_cart   
method: redirect_to_index / 1   
method: find_cart   
method: authorize   
LineItemsController
OrdersController
ProductsController
UsersController
Base ( ActiveRecord )
  LineItem     
  Order     
  Product     
  User     
Cart
CartItem

Instance Methods

StoreController#index

#16 in app/controllers/store_controller.rb

index

StoreController#add_to_cart

#24 in app/controllers/store_controller.rb

add_to_cart

StoreController#checkout

#40 in app/controllers/store_controller.rb

checkout

StoreController#save_order

#50 in app/controllers/store_controller.rb

save_order

StoreController#empty_cart

#62 in app/controllers/store_controller.rb

empty_cart

StoreController#redirect_to_index / 1

#71 in app/controllers/store_controller.rb

redirect_to_index ( msg = nil )

StoreController#find_cart

#79 in app/controllers/store_controller.rb

find_cart

StoreController#authorize

#89 in app/controllers/store_controller.rb

authorize