Class: Peoplefinder::ErrorsController
- Inherits:
-
ApplicationController
- Object
- ActionController::Base
- ApplicationController
- Peoplefinder::ErrorsController
- Defined in:
- app/controllers/peoplefinder/errors_controller.rb
Instance Method Summary collapse
Instance Method Details
#file_not_found ⇒ Object
5 6 |
# File 'app/controllers/peoplefinder/errors_controller.rb', line 5 def file_not_found end |
#internal_server_error ⇒ Object
11 12 |
# File 'app/controllers/peoplefinder/errors_controller.rb', line 11 def internal_server_error end |
#unprocessable ⇒ Object
8 9 |
# File 'app/controllers/peoplefinder/errors_controller.rb', line 8 def unprocessable end |