Class: ErrorsController

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

Instance Method Summary collapse

Methods inherited from ApplicationController

#not_found

Instance Method Details

#error_404Object



2
3
# File 'app/controllers/errors_controller.rb', line 2

def error_404
end

#error_500Object



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

def error_500
end