Class: ErrorsController

Inherits:
ApplicationController show all
Includes:
Gaffe::Errors
Defined in:
app/controllers/errors_controller.rb

Instance Method Summary collapse

Methods inherited from ApplicationController

current

Methods included from PathHelper

#finance_group_transactions_path

Instance Method Details

#showObject



8
9
10
# File 'app/controllers/errors_controller.rb', line 8

def show
  render "errors/#{@rescue_response}", formats: :html, status: @status_code
end