Sha256: 77893cc44c055cd222bdd67db4407cc7bd02b8aceef571185f4a719844303636

Contents?: true

Size: 237 Bytes

Versions: 8

Compression:

Stored size: 237 Bytes

Contents

module Neo4j
  module Timestamps
    # This mixin includes a created_at timestamp property
    module Created
      extend ActiveSupport::Concern
      included do
        property :created_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/created.rb
neo4j-5.1.4 lib/neo4j/timestamps/created.rb
neo4j-5.1.3 lib/neo4j/timestamps/created.rb
neo4j-5.1.2 lib/neo4j/timestamps/created.rb
neo4j-5.1.1 lib/neo4j/timestamps/created.rb
neo4j-5.1.0 lib/neo4j/timestamps/created.rb
neo4j-5.1.0.rc.3 lib/neo4j/timestamps/created.rb
neo4j-5.1.0.rc.2 lib/neo4j/timestamps/created.rb