Class: UsersController (<Toplevel Module>)

Overview
Module Structure
Class Hierarchy
Instance Methods
UsersController#index
UsersController#show
UsersController#new
UsersController#edit
UsersController#create
UsersController#update
UsersController#destroy
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: StoreController   
class: LineItemsController   
class: OrdersController   
class: ProductsController   
class: Cart   
class: CartItem   
class: LineItem   
class: Order   
class: Product   
class: User   
module: StoreHelper   
inherits from
  ApplicationController   
has class siblings
  AdminController   
  InfoController   
  StoreController   
  LineItemsController   
  OrdersController   
  ProductsController   
has properties
method: index   
method: show   
method: new   
method: edit   
method: create   
method: update   
method: destroy   
is defined at
#9 in app/controllers/users_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
LineItemsController
OrdersController
ProductsController
UsersController
has properties
method: index   
method: show   
method: new   
method: edit   
method: create   
method: update   
method: destroy   
Base ( ActiveRecord )
  LineItem     
  Order     
  Product     
  User     
Cart
CartItem

Instance Methods

UsersController#index

#12 in app/controllers/users_controller.rb

index

UsersController#show

#23 in app/controllers/users_controller.rb

show

UsersController#new

#34 in app/controllers/users_controller.rb

new

UsersController#edit

#44 in app/controllers/users_controller.rb

edit

UsersController#create

#50 in app/controllers/users_controller.rb

create

UsersController#update

#69 in app/controllers/users_controller.rb

update

UsersController#destroy

#88 in app/controllers/users_controller.rb

destroy