Skip to content

Instantly share code, notes, and snippets.

@agraves
Created April 10, 2012 03:32
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 agraves/2348164 to your computer and use it in GitHub Desktop.
Save agraves/2348164 to your computer and use it in GitHub Desktop.
Blitz.io confirmation page
# Assuming you have high-voltage installed
# routes.rb
match 'long-blitz-string' => 'pages#forty_two'
# app/controllers/pages_controller.rb
def forty_two
'42'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment