Skip to content

Instantly share code, notes, and snippets.

@radar
Created December 1, 2010 09:46
Show Gist options
  • Save radar/723247 to your computer and use it in GitHub Desktop.
Save radar/723247 to your computer and use it in GitHub Desktop.
send_file '/path/to/404.html', :type => 'text/html; charset=utf-8', :status => 404
render :file => "public/404.html", :status => 404, :layout => false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment