Skip to content

Instantly share code, notes, and snippets.

@chyld
Created November 21, 2012 23:32
Show Gist options
  • Save chyld/4128543 to your computer and use it in GitHub Desktop.
Save chyld/4128543 to your computer and use it in GitHub Desktop.
<%= form_for @question do |f| %>
<div class='field'>
<%= label_tag :question %>
<%= f.text_field :question_text %>
</div>
<div class='field'>
<input type="button" id="add_answer" value="Add Answer" />
</div>
<div id='answers'></div>
<div class='field'>
<%= f.submit %>
</div>
<% end %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment