Sha256: e1642d2cc1365d4d4a7ec7041d9da51f8d382d22980caa7f57f89dfed18baa17

Contents?: true

Size: 259 Bytes

Versions: 10

Compression:

Stored size: 259 Bytes

Contents

module Octopus
  module HasAndBelongsToManyAssociation
    def self.included(base)
      base.sharded_methods :insert_record
    end
  end
end

ActiveRecord::Associations::HasAndBelongsToManyAssociation.send(:include, Octopus::HasAndBelongsToManyAssociation)

Version data entries

10 entries across 10 versions & 3 rubygems

Version Path
ar-octopus-master-0.9.2.1 lib/octopus/has_and_belongs_to_many_association.rb
ar-octopus-0.9.2 lib/octopus/has_and_belongs_to_many_association.rb
ar-octopus-0.9.1 lib/octopus/has_and_belongs_to_many_association.rb
ar-octopus-0.9.0 lib/octopus/has_and_belongs_to_many_association.rb
ar-octopus-0.8.6 lib/octopus/has_and_belongs_to_many_association.rb
misha-ar-octopus-0.8.7 lib/octopus/has_and_belongs_to_many_association.rb
misha-ar-octopus-0.8.5 lib/octopus/has_and_belongs_to_many_association.rb
ar-octopus-0.8.5 lib/octopus/has_and_belongs_to_many_association.rb
ar-octopus-0.8.4 lib/octopus/has_and_belongs_to_many_association.rb
ar-octopus-0.8.3 lib/octopus/has_and_belongs_to_many_association.rb