Re: [Rails] Implementing a tagging system in Rails
I don't think this is true. According to the Rails API, this is what collection.delete does with a has_and_belongs_to_many association:
"Removes one or more objects from the collection by removing their associations from the join table. This does not destroy the objects."
I went ahead and tested this out just to make sure and sure enough, only the association was deleted when I called save, not the tag itself.
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home