Displaying 1 result from an estimated 1 matches for "add_core_cont".
2006 Mar 02
0
Select from Many to Many
Here is what I have:
add_core_content.rhtml:
<select id="resource_core_content_ids"
name="resource[core_content_ids][]" size="15" style="width: 200px;"
multiple="multiple">
<% @core_contents.each do |c| %>
<option value="<%= c.id %>" <% if @re...