Sha256: 4c6c1a3c62480eb0da20b17d0b0b2dabd629ec635b2aecd4afd8e5cf838f072a

Contents?: true

Size: 358 Bytes

Versions: 31

Compression:

Stored size: 358 Bytes

Contents

# frozen_string_literal: true

module Torque
  module PostgreSQL
    module Reflection
      module RuntimeReflection
        delegate :klass, :active_record, :connected_through_array?, :macro, :name,
          :build_id_constraint, to: :@reflection
      end

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

Version data entries

31 entries across 31 versions & 1 rubygems

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