Sha256: c2d1f7557e88f11f5bc9c3c8a4f5c78f66d12951656024d5db085931ef839e34
Contents?: true
Size: 239 Bytes
Versions: 1
Compression:
Stored size: 239 Bytes
Contents
module Octopus::HasAndBelongsToManyAssociation def self.included(base) base.sharded_methods :insert_record end end ActiveRecord::Associations::HasAndBelongsToManyAssociation.send(:include, Octopus::HasAndBelongsToManyAssociation)
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ar-octopus-0.8.2 | lib/octopus/has_and_belongs_to_many_association.rb |