module RethinkORM::Timestamps
Overview
Creates created_at and updated_at attributes.
- updated_atis set through the- before_updatecallback
- created_atis set through the- before_updatecallback
Creates created_at and updated_at attributes.
updated_at is set through the before_update callbackcreated_at is set through the before_update callback