Skip to content

Instantly share code, notes, and snippets.

@andyhawthorne
Created August 27, 2012 09:49
Show Gist options
  • Save andyhawthorne/3487023 to your computer and use it in GitHub Desktop.
Save andyhawthorne/3487023 to your computer and use it in GitHub Desktop.
Sinatra 404 method
not_found do
erb :missing
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment