Skip to content

Instantly share code, notes, and snippets.

@taichiman
Created April 11, 2015 09:08
Show Gist options
  • Save taichiman/824058b86ec2fb0c78c5 to your computer and use it in GitHub Desktop.
Save taichiman/824058b86ec2fb0c78c5 to your computer and use it in GitHub Desktop.
test gist 2
= form_for [@question, @answer] do |f|
.form-group
= f.label :body, 'Body'
= f.text_area :body, class: 'form-control'
= submit_tag 'Post Your Answer'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment