Sha256: c4e8b972ca54553bd3c924442a7d4bfc974daf0f4f7c1a784353125c79ba1b30

Contents?: true

Size: 298 Bytes

Versions: 16

Compression:

Stored size: 298 Bytes

Contents

# frozen_string_literal: true

module IdentityCache
  module Cached
    module Reference
      class Association < Cached::Association # :nodoc:
        def embedded_by_reference?
          true
        end

        def embedded_recursively?
          false
        end
      end
    end
  end
end

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
identity_cache-1.6.3 lib/identity_cache/cached/reference/association.rb
identity_cache-1.6.2 lib/identity_cache/cached/reference/association.rb
identity_cache-1.6.1 lib/identity_cache/cached/reference/association.rb
identity_cache-1.6.0 lib/identity_cache/cached/reference/association.rb
identity_cache-1.5.6 lib/identity_cache/cached/reference/association.rb
identity_cache-1.5.5 lib/identity_cache/cached/reference/association.rb
identity_cache-1.5.4 lib/identity_cache/cached/reference/association.rb
identity_cache-1.5.3 lib/identity_cache/cached/reference/association.rb
identity_cache-1.5.2 lib/identity_cache/cached/reference/association.rb
identity_cache-1.5.1 lib/identity_cache/cached/reference/association.rb
identity_cache-1.5.0 lib/identity_cache/cached/reference/association.rb
identity_cache-1.4.1 lib/identity_cache/cached/reference/association.rb
identity_cache-1.4.0 lib/identity_cache/cached/reference/association.rb
identity_cache-1.3.1 lib/identity_cache/cached/reference/association.rb
identity_cache-1.3.0 lib/identity_cache/cached/reference/association.rb
identity_cache-1.2.0 lib/identity_cache/cached/reference/association.rb