Sign in Sign up
rubygems

after_timestamps

Plugin for Ruby on Rails that gives you a way to add a callback to the ActiveRecord callback chain that will be executed right after the record's timestamp columns are set, but before the record is actually saved to the database. This is useful if you want to do something with the timestamps, such as defaulting another time column to created_at, or rolling back a timestamp by a certain amount.

Activity

Latest release
16y ago
Total releases
2
Cadence
~2 days
Last 12 months
0

Details

First release
Jan 07, 2010
Releases
Version Released
0.2.0 minor
0.1.0 initial