Class: Gemgento::ErrorsController
- Inherits:
-
ApplicationController
- Object
- ApplicationController
- ApplicationController
- Gemgento::ErrorsController
- Defined in:
- app/controllers/gemgento/errors_controller.rb
Instance Method Summary collapse
Instance Method Details
#generic ⇒ Object
3 4 5 |
# File 'app/controllers/gemgento/errors_controller.rb', line 3 def generic raise '500 generic error' end |