I want request.data. how to override initial method?
I want request.data too? how to override initial method? i wish to compare data before and after update. so i gone through Log Mixin , in that, you didnt update request.data into tables. so how to override my "def initial()" mixin? to insert request.data too ...
Hello @mzmmohideen, I'm not exactly sure to understand what you want to do.
You're trying to save request.data in your database or to compare those data ?
@triat either.. i want to compare the data changes between before and after change...
So, I don't think that the comparaison should be part of the tracking. For the request.data, I don't know what's missing from what you have now ? Do you have an exemple ?