Sha256: fcc15953636032596a063782b9f8c2269b0487f53f0ae632ea9c72e06af876aa

Contents?: true

Size: 237 Bytes

Versions: 8

Compression:

Stored size: 237 Bytes

Contents

module Neo4j
  module Timestamps
    # This mixin includes a updated_at timestamp property
    module Updated
      extend ActiveSupport::Concern
      included do
        property :updated_at, type: DateTime
      end
    end
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
neo4j-5.1.5 lib/neo4j/timestamps/updated.rb
neo4j-5.1.4 lib/neo4j/timestamps/updated.rb
neo4j-5.1.3 lib/neo4j/timestamps/updated.rb
neo4j-5.1.2 lib/neo4j/timestamps/updated.rb
neo4j-5.1.1 lib/neo4j/timestamps/updated.rb
neo4j-5.1.0 lib/neo4j/timestamps/updated.rb
neo4j-5.1.0.rc.3 lib/neo4j/timestamps/updated.rb
neo4j-5.1.0.rc.2 lib/neo4j/timestamps/updated.rb