Class: Spree::HomeController

Inherits:
StoreController
  • Object
show all
Defined in:
app/controllers/spree/home_controller.rb

Instance Method Summary collapse

Instance Method Details

#forbiddenObject



3
4
5
# File 'app/controllers/spree/home_controller.rb', line 3

def forbidden
  render plain: "You are not authorized to access this page.", status: :forbidden
end