Sha256: 49952aa4a2e3edb3b28097663bb658d0750f2a2af87103c38cfbf6c5415a6be3

Contents?: true

Size: 270 Bytes

Versions: 15

Compression:

Stored size: 270 Bytes

Contents

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

15 entries across 15 versions & 1 rubygems

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