Displaying 1 result from an estimated 1 matches for "knowledges_ids".
Did you mean:
knowledge_id
2006 Mar 29
0
has_and_belongs_to_many and collections management
...<tr>
<td>Name:</td>
<td><%= text_field("person", "name") %></td>
</tr>
<% for knowledge in @knowledges %>
<tr>
<td><%= knowledge.name %></td>
<td><%= select ''knowledges_ids'', knowledge.id, @experiences, {
:include_blank => true } %></td>
</tr>
<% end %>
</table>
<%= end_form_tag %>
As you can see, there is a comment on the controller code where must be the
creation of that entry. And I don''t know how to add...