Skip to content

Instantly share code, notes, and snippets.

@igkuz
Created June 13, 2013 20:26
Show Gist options
  • Select an option

  • Save igkuz/5777037 to your computer and use it in GitHub Desktop.

Select an option

Save igkuz/5777037 to your computer and use it in GitHub Desktop.
match '/404', :to => "errors#not_found"
match '/500', :to => "errors#internal_error"
match '/422', :to => "errors#unprocessable_entity"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment