Is there a way to see the old/previous value of a model\'s attribute in its saving or updating event?
saving
updating
eg. Is something like the following p
You could overload the methods, then call the parent method.