Class: Spree::StoreController

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

Instance Method Summary collapse

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