Module: ActiveRecord::TimestampedColumn

Defined in:
lib/timestamped_column/active_record/timestamped_column.rb

Overview

Active Record Column Timestamp

Automatically timestamps when particular attributes (columns) have been changed if the table has fields suffixed with _updated_at/_updated_on

Example: A table with a field user_name would have it’s modification time recorded if a field named user_name_updated_at exists.