Skip to content

Instantly share code, notes, and snippets.

@skade
Created May 28, 2011 13:45
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save skade/996871 to your computer and use it in GitHub Desktop.
Save skade/996871 to your computer and use it in GitHub Desktop.
This short Padrino application hopefully answers all your questions
require 'padrino-core'
class Questions < Padrino::Application
get '/*' do
redirect "http://padrinorb.com"
end
end
Questions.run!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment