Module: ActiveRecord::Turntable::Migration::Migrator

Extended by:
ActiveSupport::Concern
Defined in:
lib/active_record/turntable/migration.rb

Defined Under Namespace

Modules: ClassMethods

Class Method Summary collapse

Class Method Details

.prepended(base) ⇒ Object



136
137
138
139
140
# File 'lib/active_record/turntable/migration.rb', line 136

def self.prepended(base)
  class << base
    prepend ClassMethods
  end
end