Module: Pupa::Concerns::Timestamps
- Extended by:
- ActiveSupport::Concern
- Included in:
- Area, Membership, Motion, Organization, Person, Post, Vote, VoteEvent
- Defined in:
- lib/pupa/models/concerns/timestamps.rb
Overview
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.