Sha256: f2a40d96fb7aab3725be466989cfcb3195848b3b24d71c094765b55defdf058c
Contents?: true
Size: 204 Bytes
Versions: 179
Compression:
Stored size: 204 Bytes
Contents
module Neo4j module Timestamps # This mixin includes a created_at timestamp property module Created extend ActiveSupport::Concern included { property :created_at } end end end
Version data entries
179 entries across 179 versions & 3 rubygems