Stop updated_at from auto updating?

Hi chirantan,

You can do the set the same variable(record_timestamps) to false in before_update and reset it appropriately in after_update based on some condition whatever you want to check.

Regards, NAYAK