When used correctly ActiveRecord::Callbacks provide a great way to trigger logic before and after the life cycle of your objects. One of my favorite callbacks is touch
.
When used correctly ActiveRecord::Callbacks provide a great way to trigger logic before and after the life cycle of your objects. One of my favorite callbacks is touch
.