Class: Gemgento::ErrorsController

Inherits:
ApplicationController show all
Defined in:
app/controllers/gemgento/errors_controller.rb

Instance Method Summary collapse

Instance Method Details

#genericObject



3
4
5
# File 'app/controllers/gemgento/errors_controller.rb', line 3

def generic
  raise '500 generic error' 
end