Class: ErrorsController
- Inherits:
-
ApplicationController
- Object
- ActionController::Base
- ApplicationController
- ErrorsController
- Includes:
- Gaffe::Errors
- Defined in:
- app/controllers/errors_controller.rb
Instance Method Summary collapse
Methods inherited from ApplicationController
Methods included from PathHelper
#finance_group_transactions_path
Instance Method Details
#show ⇒ Object
8 9 10 |
# File 'app/controllers/errors_controller.rb', line 8 def show render "errors/#{@rescue_response}", formats: :html, status: @status_code end |