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