module Pupa::Concerns::Timestamps

Adds the Popolo ‘created_at` and `updated_at` properties to a model. The `created_at` and `updated_at` properties will automatically be set when the object is inserted into or updated in the database.

Attributes

created_at[RW]
updated_at[RW]