Class: Spree::Billing::ErrorsController

Inherits:
Admin::BaseController
  • Object
show all
Defined in:
app/controllers/spree/billing/errors_controller.rb

Instance Method Summary collapse

Instance Method Details

#forbiddenObject



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