Hi,
in a callback method of one of my Models I want to access its
attributes values before they are modified.
I tried both ‘before_validation’ and ‘before_save’, unsuccessfully: it
looks like that even before the validation get started the attributes
are already modified.
Any hints?
Thanks.
Marco