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