Class: ExceptionallyBeautiful::ErrorsController
- Inherits:
-
ApplicationController
- Object
- ActionController::Base
- ApplicationController
- ExceptionallyBeautiful::ErrorsController
- Includes:
- ErrorHandler
- Defined in:
- app/controllers/exceptionally_beautiful/errors_controller.rb
Instance Method Summary collapse
Methods included from ErrorHandler
Instance Method Details
#show ⇒ Object
4 5 6 |
# File 'app/controllers/exceptionally_beautiful/errors_controller.rb', line 4 def show error_handler(request.path[-3..-1]) end |