Sha256: 09f77508e2250b7b161c31e745f053eb5c8c82f982ee385cd7560eb5292bf610

Contents?: true

Size: 301 Bytes

Versions: 31

Compression:

Stored size: 301 Bytes

Contents

# frozen_string_literal: true

module Torque
  module PostgreSQL
    module Reflection
      module HasManyReflection
        def connected_through_array?
          options[:array]
        end
      end

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

Version data entries

31 entries across 31 versions & 1 rubygems

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