Sha256: fd4344a827d48ce67a2d3d56511128d362edff214c9b91f82d788a66449a7ecd

Contents?: true

Size: 459 Bytes

Versions: 2

Compression:

Stored size: 459 Bytes

Contents

Time-stamped Column
===================

Records modified time for individual columns.

Usage (in a model)
------------------

`timestamped_column :email_address`

Records the most recent modification time of `:email_address` to `:email_address_updated_at` (defaults to `name_updated_at`)


`timestamped_column :email_address, :column => :email_address_changed_at`

Records the most recent modification time of `:email_address` to `:email_address_changed_at`

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
timestamped_column-0.1.1 README.md
timestamped_column-0.1.0 README.md