Tim Olsen
2006-May-26 21:30 UTC
[Rails] how to prevent child.save() when doing parent.save() in associations?
When using has_one or has_many associations, how do I prevent a call to the parent''s save() method from calling the child''s save() method? I seem to be stuck in an infinite loop due to the way I have my associations setup :-( thanks, Tim