Class: LinkedRails::NotFoundController

Inherits:
Object
  • Object
show all
Defined in:
app/controllers/linked_rails/not_found_controller.rb

Instance Method Summary collapse

Instance Method Details

#showObject



5
6
7
8
9
# File 'app/controllers/linked_rails/not_found_controller.rb', line 5

def show
  handle_error(ActionController::RoutingError.new('Route not found'))
rescue ActionController::UnknownFormat
  head 404
end