Class: ExceptionallyBeautiful::ErrorsController

Inherits:
ApplicationController show all
Includes:
ErrorHandler
Defined in:
app/controllers/exceptionally_beautiful/errors_controller.rb

Instance Method Summary collapse

Methods included from ErrorHandler

#error_handler

Instance Method Details

#showObject



4
5
6
# File 'app/controllers/exceptionally_beautiful/errors_controller.rb', line 4

def show
  error_handler(request.path[-3..-1])
end