Skip to content

Instantly share code, notes, and snippets.

@osulyanov
Last active December 14, 2015 18:58
Show Gist options
  • Save osulyanov/5132843 to your computer and use it in GitHub Desktop.
Save osulyanov/5132843 to your computer and use it in GitHub Desktop.
Page not found exception handling
config.exceptions_app = self.routes
get '/404', to: 'errors#not_found'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment