I update a particular field of a record in my observer with a callback before_create . Does this update, also trigger the callback after_update. ? As in my case. This seems to be happening. I confirmed by placing debuggers in my code. Why does this happen ?
Share
Rails ActiveRecord callback hierarchy