Search Results

1
vote

does cloning affect activerecord callbacks?

From the look of your class descriptions, I would not expect a cascading delete when you destroy a Schedule object. If you delete a Project object, then Rails should go through child Tasks and Sche …
1
vote

Rails form with three models and namespace

Well, this is my first time playing with accepts_nested_attributes_for, but with a little playing around I was able to get something to work. First the model setup: …