Sha256: 472c9271ccf4903d93cb53970bd957a539437a10a587a9be01fb68c8bb00c99e

Contents?: true

Size: 294 Bytes

Versions: 15

Compression:

Stored size: 294 Bytes

Contents

module Torque
  module PostgreSQL
    module Associations
      module Builder
        module HasMany
          def valid_options(options)
            super + [:array]
          end
        end

        ::ActiveRecord::Associations::Builder::HasMany.extend(HasMany)
      end
    end
  end
end

Version data entries

15 entries across 15 versions & 1 rubygems

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