Just wondering if there's a method in rails to identify if nested attributes have been changed when a form is saved?
Eg: I have a model called 'shop', which has nested check boxes for delivery areas.
Each time 'shop' is changed, I'd like to know if those nested 'delivery area' attributes where changed. Any ideas?