Module: CouchbaseOrm::Timestamps

Extended by:
ActiveSupport::Concern
Includes:
Created, Updated
Included in:
Base
Defined in:
lib/couchbase-orm/timestamps.rb,
lib/couchbase-orm/timestamps/created.rb,
lib/couchbase-orm/timestamps/updated.rb

Overview

This module handles the behavior for setting up document created at and updated at timestamps.

Defined Under Namespace

Modules: Created, Updated