Skip to content

Instantly share code, notes, and snippets.

@stevencwarren
Forked from traviskroberts/gist:1683747
Created January 26, 2012 16:55
Show Gist options
  • Save stevencwarren/1683756 to your computer and use it in GitHub Desktop.
Save stevencwarren/1683756 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