Class: Sprangular::HomeController

Inherits:
BaseController
  • Object
show all
Defined in:
app/controllers/sprangular/home_controller.rb

Instance Method Summary collapse

Methods inherited from BaseController

#invalid_resource!, #not_found, #unauthorized

Instance Method Details

#indexObject



5
6
7
8
# File 'app/controllers/sprangular/home_controller.rb', line 5

def index
  @user  = current_spree_user
  @order = current_order
end