Timestamp management with ActiveRecord::Events
Do you like how smoothly ActiveRecord handles the created_at
and updated_at
fields? Now you can do the same with your custom timestamps. Check out the active_record-events
gem: https://github.com/pienkowb/active_record-events
Post a comment