Skip to content

Instantly share code, notes, and snippets.

@traviskroberts
Created January 26, 2012 16:53
Show Gist options
  • Save traviskroberts/1683747 to your computer and use it in GitHub Desktop.
Save traviskroberts/1683747 to your computer and use it in GitHub Desktop.
<%= f.fields_for :sharing_preferences do |builder| %>
<li>
<%= builder.label :value do %>
<%= builder.check_box :value %>
<span><%= builder.object.name %></span>
<%- end -%>
</li>
<%- end -%>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment