Sha256: f8a38fb5cf53ce4e5be80dd399a8da536de668eb87e224362e1cc3d120a17600

Contents?: true

Size: 471 Bytes

Versions: 12

Compression:

Stored size: 471 Bytes

Contents

require_relative 'associations/association_scope'
require_relative 'associations/belongs_to_many_association'
require_relative 'associations/foreign_association'

require_relative 'associations/builder'
require_relative 'associations/preloader'

association_mod = Torque::PostgreSQL::Associations::ForeignAssociation
::ActiveRecord::Associations::HasManyAssociation.prepend(association_mod)
::ActiveRecord::Associations::BelongsToManyAssociation.prepend(association_mod)

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
torque-postgresql-3.4.1 lib/torque/postgresql/associations.rb
torque-postgresql-3.4.0 lib/torque/postgresql/associations.rb
torque-postgresql-3.3.3 lib/torque/postgresql/associations.rb
torque-postgresql-3.3.2 lib/torque/postgresql/associations.rb
torque-postgresql-3.3.1 lib/torque/postgresql/associations.rb
torque-postgresql-3.3.0 lib/torque/postgresql/associations.rb
torque-postgresql-3.2.2 lib/torque/postgresql/associations.rb
torque-postgresql-3.2.1 lib/torque/postgresql/associations.rb
torque-postgresql-3.2.0 lib/torque/postgresql/associations.rb
torque-postgresql-3.1.0 lib/torque/postgresql/associations.rb
torque-postgresql-3.0.1 lib/torque/postgresql/associations.rb
torque-postgresql-3.0.0 lib/torque/postgresql/associations.rb