Sha256: b591a799be9066f824d06565976a0ba2742f8a3adb4f713115f6ecfe37bde86e

Contents?: true

Size: 315 Bytes

Versions: 31

Compression:

Stored size: 315 Bytes

Contents

# frozen_string_literal: true

module Torque
  module PostgreSQL
    module Reflection
      module ThroughReflection
        delegate :build_id_constraint, :connected_through_array?, to: :source_reflection
      end

      ::ActiveRecord::Reflection::ThroughReflection.include(ThroughReflection)
    end
  end
end

Version data entries

31 entries across 31 versions & 1 rubygems

Version Path
torque-postgresql-3.4.1 lib/torque/postgresql/reflection/through_reflection.rb
torque-postgresql-2.4.5 lib/torque/postgresql/reflection/through_reflection.rb
torque-postgresql-3.4.0 lib/torque/postgresql/reflection/through_reflection.rb
torque-postgresql-3.3.3 lib/torque/postgresql/reflection/through_reflection.rb
torque-postgresql-2.4.4 lib/torque/postgresql/reflection/through_reflection.rb
torque-postgresql-3.3.2 lib/torque/postgresql/reflection/through_reflection.rb
torque-postgresql-2.4.3 lib/torque/postgresql/reflection/through_reflection.rb
torque-postgresql-3.3.1 lib/torque/postgresql/reflection/through_reflection.rb
torque-postgresql-3.3.0 lib/torque/postgresql/reflection/through_reflection.rb
torque-postgresql-3.2.2 lib/torque/postgresql/reflection/through_reflection.rb
torque-postgresql-2.4.2 lib/torque/postgresql/reflection/through_reflection.rb
torque-postgresql-2.4.1 lib/torque/postgresql/reflection/through_reflection.rb
torque-postgresql-3.2.1 lib/torque/postgresql/reflection/through_reflection.rb
torque-postgresql-2.4.0 lib/torque/postgresql/reflection/through_reflection.rb
torque-postgresql-3.2.0 lib/torque/postgresql/reflection/through_reflection.rb
torque-postgresql-3.1.0 lib/torque/postgresql/reflection/through_reflection.rb
torque-postgresql-2.3.0 lib/torque/postgresql/reflection/through_reflection.rb
torque-postgresql-3.0.1 lib/torque/postgresql/reflection/through_reflection.rb
torque-postgresql-2.2.4 lib/torque/postgresql/reflection/through_reflection.rb
torque-postgresql-3.0.0 lib/torque/postgresql/reflection/through_reflection.rb