[Rails] Inserting/Updating Join Tables
Hi
When creating a new product and assigning the categories it belongs to (via a multi select) the records are not getting added into my join table (category_id, product_id) but the product details are getting saved to the product table just find. Do I need to do anything extra for the joining table or should rails work this out for me?
Thanks
Alan
-- When creating a new product and assigning the categories it belongs to (via a multi select) the records are not getting added into my join table (category_id, product_id) but the product details are getting saved to the product table just find. Do I need to do anything extra for the joining table or should rails work this out for me?
Thanks
Alan
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/d44a2111-602d-4fdb-9836-d5c2e3cc6b28%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home