Sha256: 4e1a8a5ec1db4820899345afac1d7c9a8d05792487f7dfce67bdaef4dc709e09

Contents?: true

Size: 327 Bytes

Versions: 15

Compression:

Stored size: 327 Bytes

Contents

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

15 entries across 15 versions & 1 rubygems

Version Path
torque-postgresql-1.1.8 lib/torque/postgresql/reflection/runtime_reflection.rb
torque-postgresql-1.1.7 lib/torque/postgresql/reflection/runtime_reflection.rb
torque-postgresql-2.0.3 lib/torque/postgresql/reflection/runtime_reflection.rb
torque-postgresql-2.0.2 lib/torque/postgresql/reflection/runtime_reflection.rb
torque-postgresql-1.1.6 lib/torque/postgresql/reflection/runtime_reflection.rb
torque-postgresql-1.1.5 lib/torque/postgresql/reflection/runtime_reflection.rb
torque-postgresql-2.0.1 lib/torque/postgresql/reflection/runtime_reflection.rb
torque-postgresql-2.0.0 lib/torque/postgresql/reflection/runtime_reflection.rb
torque-postgresql-1.1.4 lib/torque/postgresql/reflection/runtime_reflection.rb
torque-postgresql-1.1.3 lib/torque/postgresql/reflection/runtime_reflection.rb
torque-postgresql-1.1.2 lib/torque/postgresql/reflection/runtime_reflection.rb
torque-postgresql-1.1.1 lib/torque/postgresql/reflection/runtime_reflection.rb
torque-postgresql-1.1.0 lib/torque/postgresql/reflection/runtime_reflection.rb
torque-postgresql-1.0.1 lib/torque/postgresql/reflection/runtime_reflection.rb
torque-postgresql-1.0.0 lib/torque/postgresql/reflection/runtime_reflection.rb