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