Skip to content

Instantly share code, notes, and snippets.

@bqst
Created March 15, 2018 16:58
Show Gist options
  • Save bqst/498373b15a52d72615d2d8d625648279 to your computer and use it in GitHub Desktop.
Save bqst/498373b15a52d72615d2d8d625648279 to your computer and use it in GitHub Desktop.
# config/routes.rb
match "/404", to: "errors#not_found", via: :all
match "/422", to: "errors#unacceptable", via: :all
match "/500", to: "errors#internal_server_error", via: :all
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment