Skip to content

Instantly share code, notes, and snippets.

@gregnowicki
Created May 22, 2014 01:37
Show Gist options
  • Save gregnowicki/a6e2ae91b5164accb968 to your computer and use it in GitHub Desktop.
Save gregnowicki/a6e2ae91b5164accb968 to your computer and use it in GitHub Desktop.
Task Loop
<div id="tasks">
<%= f.simple_fields_for(:tasks) do |task| %>
<%= render 'task_fields', :f => task %>
<% end %>
<div class="links">
<%= link_to_add_association 'add task', f, :tasks, :render_options => {:wrapper => 'bootstrap' } %>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment