Class: ErrorsController

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

Instance Method Summary collapse

Instance Method Details

#routing_errorObject



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

def routing_error
  render_404
end