Question: Is there opposite of remove_all_ in Ruby Sequel
Background: I have two models (let's say car and factory ) with association between them. I am able to remove all cars from factory (factory.remove_all_cars
) but in front-end user also has option to mark checkbox for associating all cars. In such case i need in my model something like factory.add_all_cars