Skip to content

Instantly share code, notes, and snippets.

@almaron
Created July 5, 2012 22:23
Show Gist options
  • Save almaron/3056862 to your computer and use it in GitHub Desktop.
Save almaron/3056862 to your computer and use it in GitHub Desktop.
<%= f.fields_for :roles do |r| %>
<tr class="form_line">
<td class="form_head">
<%= r.char.name %>
</td>
<td class="char_role_td">
</td>
</tr>
<% end %>
#A role belongs to a char and a char has a name attribute.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment