Class: Spree::StoreController

Inherits:
BaseController show all
Includes:
Core::ControllerHelpers::Order
Defined in:
app/controllers/spree/store_controller.rb

Instance Method Summary collapse

Methods included from Core::ControllerHelpers::Order

#after_save_new_order, #associate_user, #before_save_new_order, #current_order, included, #set_current_order

Methods included from Core::ControllerHelpers::Common

included

Methods included from Core::ControllerHelpers::Auth

#current_ability, included, #redirect_back_or_default, #store_location, #try_spree_current_user

Instance Method Details

#unauthorizedObject



5
6
7
# File 'app/controllers/spree/store_controller.rb', line 5

def unauthorized
  render 'spree/shared/unauthorized', :layout => Spree::Config[:layout], :status => 401
end