Skip to content

Instantly share code, notes, and snippets.

@dpickett
Created October 15, 2008 00:47
Show Gist options
  • Save dpickett/16830 to your computer and use it in GitHub Desktop.
Save dpickett/16830 to your computer and use it in GitHub Desktop.
rescue_from ActionController::UnknownAction, :with => :render_not_found_error
rescue_from ActionController::UnknownController, :with => :render_not_found_error
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment