In rails there is a notion of modified? value if the record is modified.
I donĀ“t find any reference in documentation to acess before values (was in rails).
i can add this with afterFetch keep value and check in beforesave to know if value has change. is there any other solution ?