Sha256: b58a691486b779f86e2f5964c7bfc63a87aa0ed32a9f9e879fc5dcdf716a61c0

Contents?: true

Size: 250 Bytes

Versions: 12

Compression:

Stored size: 250 Bytes

Contents

class Product < ActiveRecord::Base
  has_and_belongs_to_many :related_products, 
    class_name: "Product",
    association_primary_key: "product_id", 
    join_table: "products_related_products",
    association_foreign_key: "related_product_id"
end

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
activerecord_bulkoperation-0.2.3 test/models/product.rb
activerecord_bulkoperation-0.2.2 test/models/product.rb
activerecord_bulkoperation-0.2.1 test/models/product.rb
activerecord_bulkoperation-0.2.0 test/models/product.rb
activerecord_bulkoperation-0.1.0 test/models/product.rb
activerecord_bulkoperation-0.0.8 test/models/product.rb
activerecord_bulkoperation-0.0.7 test/models/product.rb
activerecord_bulkoperation-0.0.6 test/models/product.rb
activerecord_bulkoperation-0.0.5 test/models/product.rb
activerecord_bulkoperation-0.0.4 test/models/product.rb
activerecord_bulkoperation-0.0.3 test/models/product.rb
activerecord_bulkoperation-0.0.2 test/models/product.rb