Skip to content

Instantly share code, notes, and snippets.

@workmad3
Created April 29, 2010 10:12
Show Gist options
  • Select an option

  • Save workmad3/383408 to your computer and use it in GitHub Desktop.

Select an option

Save workmad3/383408 to your computer and use it in GitHub Desktop.
<% @teachers_not_in_school.each do |t| %>
<% school.fields_for t do |builder| %>
<tr>
<td><%= builder.check_box :id, t.id %></td>
<td><%= t.first_name + ' ' + t.last_name %></td>
</tr>
<% end -%>
<% end -%>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment