Skip to content

Instantly share code, notes, and snippets.

@larzconwell
Created June 21, 2012 20:24
Show Gist options
  • Save larzconwell/2968316 to your computer and use it in GitHub Desktop.
Save larzconwell/2968316 to your computer and use it in GitHub Desktop.
content_tag('input', 'Where would you like to go?', { data: {goTo: 'www.google.com'} })
=> <input value="Where would you like to go?" data-go-to="www.google.com" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment