Module: Replication::StrandMethods

Included in:
ActiveRecord::Strand
Defined in:
lib/replication/strand_methods.rb

Defined Under Namespace

Modules: InstanceMethods

Class Method Summary collapse

Class Method Details

.extended(strand_class) ⇒ Object



4
5
6
7
8
# File 'lib/replication/strand_methods.rb', line 4

def self.extended(strand_class)
  strand_class.class_eval do
    include InstanceMethods
  end
end