Activity
Hi guys!
I recently released a gem for managing timestamp fields in ActiveRecord models and I'm excited to share it with you.
By adding convenience methods on top of a datetime
field, the gem allows you to manage timestamps in a similar way to how ActiveRecord handles the created_at
and updated_at
fields.
You can check it out here:
https://github.com/pienkowb/active_record-events
I hope you can make use of the gem in some of your projects :)