object-life-cycle

Observer in Rails

Rails observer Rails::Observers was introdused in Rails 3. They’re another abstracted way to watch/tarck an object life-cycle events while watching you may trigger some/any other event. It’s a nice to have structure/solution(not recommanded) for fatty models.