Class: Spree::StoreController
- Inherits:
-
BaseController
- Object
- BaseController
- Spree::StoreController
- Includes:
- Core::ControllerHelpers::Order
- Defined in:
- app/controllers/spree/store_controller.rb
Direct Known Subclasses
CheckoutController, ContentController, HomeController, LocaleController, OrdersController, ProductsController, TaxonsController
Instance Method Summary collapse
Instance Method Details
#unauthorized ⇒ Object
5 6 7 |
# File 'app/controllers/spree/store_controller.rb', line 5 def render 'spree/shared/unauthorized', :layout => Spree::Config[:layout], :status => 401 end |