module Octopus::HasAndBelongsToManyAssociation

Public Class Methods

included(base) click to toggle source
# File lib/octopus/has_and_belongs_to_many_association.rb, line 3
def self.included(base)
  base.sharded_methods :insert_record
end