Sha256: b3b9a8c9883b41ef85b5aa693770fd98f85c1f41560aef60cab1c7fdcd6e0d24

Contents?: true

Size: 325 Bytes

Versions: 31

Compression:

Stored size: 325 Bytes

Contents

# frozen_string_literal: true

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

31 entries across 31 versions & 1 rubygems

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