Sha256: 310a31988bfbc7723fee40ba4c8feef18a0b51dc9d06e4d2e31d8374fa505129

Contents?: true

Size: 214 Bytes

Versions: 3

Compression:

Stored size: 214 Bytes

Contents

module IdentityCache
  module WithoutPrimaryIndex
    extend ActiveSupport::Concern

    included do |base|
      base.send(:include, IdentityCache)
      base.primary_cache_index_enabled = false
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
identity_cache-0.5.1 lib/identity_cache/without_primary_index.rb
identity_cache-0.5.0 lib/identity_cache/without_primary_index.rb
identity_cache-0.4.1 lib/identity_cache/without_primary_index.rb