Class: Spree::Billing::ErrorsController
- Inherits:
-
Admin::BaseController
- Object
- Admin::BaseController
- Spree::Billing::ErrorsController
- Defined in:
- app/controllers/spree/billing/errors_controller.rb
Instance Method Summary collapse
Instance Method Details
#forbidden ⇒ Object
8 9 10 11 |
# File 'app/controllers/spree/billing/errors_controller.rb', line 8 def forbidden @error = 'Forbidden Access' @message = "You're either not a vendor user or the vendor isn't belonging to you." end |