Skip to content

Instantly share code, notes, and snippets.

@cesarfigueroa
Last active August 29, 2015 14:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cesarfigueroa/51261ca496b0a0a3d80e to your computer and use it in GitHub Desktop.
Save cesarfigueroa/51261ca496b0a0a3d80e to your computer and use it in GitHub Desktop.
(400..599).each do |status_code|
error status_code do
send_file "#{settings.public_dir}/#{status_code}.html",
:status => status_code
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment