Class: ErrorsController

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

Instance Method Summary collapse

Instance Method Details

#routingObject



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

def routing
  render_404("Route not found: /#{params[:error]}")
end