Skip to content

Instantly share code, notes, and snippets.

@ambshar
Created March 6, 2014 21:12
Show Gist options
  • Save ambshar/9399729 to your computer and use it in GitHub Desktop.
Save ambshar/9399729 to your computer and use it in GitHub Desktop.
= bootstrap_form_for(@user) do |f|
= f.email_field :email
= f.password_field :password
= f.text_field :full_name
= f.submit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment