Sha256: 6df3e6194a7e948855984f560ee7bb8eb07d0071986d79be75f267a5f21a34be

Contents?: true

Size: 210 Bytes

Versions: 42

Compression:

Stored size: 210 Bytes

Contents

module ActiveGraph
  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

42 entries across 42 versions & 1 rubygems

Version Path
activegraph-10.1.1 lib/active_graph/timestamps/created.rb
activegraph-11.0.1-java lib/active_graph/timestamps/created.rb
activegraph-11.0.0-java lib/active_graph/timestamps/created.rb
activegraph-10.1.0 lib/active_graph/timestamps/created.rb
activegraph-11.0.0.beta.4-java lib/active_graph/timestamps/created.rb
activegraph-10.0.2 lib/active_graph/timestamps/created.rb
activegraph-11.0.0.beta.3-java lib/active_graph/timestamps/created.rb
activegraph-11.0.0.beta.2-java lib/active_graph/timestamps/created.rb
activegraph-11.0.0.beta.1-java lib/active_graph/timestamps/created.rb
activegraph-10.0.1 lib/active_graph/timestamps/created.rb
activegraph-10.0.0 lib/active_graph/timestamps/created.rb
activegraph-10.0.0.pre.beta.11 lib/active_graph/timestamps/created.rb
activegraph-10.0.0.pre.beta.10 lib/active_graph/timestamps/created.rb
activegraph-10.0.0.pre.beta.9 lib/active_graph/timestamps/created.rb
activegraph-10.0.0.pre.beta.8 lib/active_graph/timestamps/created.rb
activegraph-10.0.0.pre.beta.7 lib/active_graph/timestamps/created.rb
activegraph-10.0.0.pre.beta.6 lib/active_graph/timestamps/created.rb
activegraph-10.0.0.pre.beta.5 lib/active_graph/timestamps/created.rb
activegraph-10.0.0.pre.beta.4 lib/active_graph/timestamps/created.rb
activegraph-10.0.0.pre.beta.3 lib/active_graph/timestamps/created.rb