module RethinkORM::Timestamps
Overview
Creates created_at and updated_at attributes.
updated_at
is set through thebefore_update
callbackcreated_at
is set through thebefore_update
callback
Creates created_at and updated_at attributes.
updated_at
is set through the before_update
callbackcreated_at
is set through the before_update
callback