search for: collection_remove

Displaying 1 result from an estimated 1 matches for "collection_remove".

2005 Nov 04
0
habtm's collection_remove deprecated
Hi, I''m new to Rails and I have a question about the collection_remove method added to models with has_and_belongs_to_many associations. This function is not listed in the documentation, but is still there in Rails 0.14. I noticed this in the source for has_and_belongs_to_many: # deprecated api . . . deprecated_remove_association_relation(association_name) What doe...