Sha256: 14732d7ac2fda792f2f78a9139fa1861147207230ab06634d586475a0a9df65c

Contents?: true

Size: 346 Bytes

Versions: 5

Compression:

Stored size: 346 Bytes

Contents

# frozen_string_literal: true

require "couchbase-orm/timestamps/created"
require "couchbase-orm/timestamps/updated"

module CouchbaseOrm

  # This module handles the behavior for setting up document created at and
  # updated at timestamps.
  module Timestamps
    extend ActiveSupport::Concern
    include Created
    include Updated
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
couchbase-orm-2.0.4 lib/couchbase-orm/timestamps.rb
couchbase-orm-2.0.3 lib/couchbase-orm/timestamps.rb
couchbase-orm-2.0.2 lib/couchbase-orm/timestamps.rb
couchbase-orm-2.0.1 lib/couchbase-orm/timestamps.rb
couchbase-orm-2.0.0 lib/couchbase-orm/timestamps.rb