Skip to content

Instantly share code, notes, and snippets.

@achiurizo
Created March 8, 2011 19:34
Show Gist options
  • Select an option

  • Save achiurizo/860860 to your computer and use it in GitHub Desktop.

Select an option

Save achiurizo/860860 to your computer and use it in GitHub Desktop.
require 'sinatra'
require 'padrino-helpers'
helpers Padrino::Helpers
get "/" do
"Click my link: #{link_to 'here', '#'}"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment