Hi all,
Is there a way I can know what attributes are updated in my model? I only want to do a validation on a user when a certain attribute was posted. This would actually be the hash that is sent via the params eg:
@user.update_attributes(params[:user])
Thanks.