module Clear::Model::HasTimestamps
Direct including types
Defined in:
clear/model/modules/has_timestamps.crMacro Summary
-
timestamps
Generate the columns
updated_at
andcreated_at
The two column values are automatically set during insertion or update of the model.
Macro Detail
macro timestamps
#
Generate the columns updated_at
and created_at
The two column values are automatically set during insertion
or update of the model.