Module: ActiveRecord::PropertybaseId::Patches

Defined in:
lib/activerecord/propertybase_id/patches.rb

Defined Under Namespace

Modules: Migrations

Class Method Summary collapse

Class Method Details

.apply!Object



15
16
17
18
# File 'lib/activerecord/propertybase_id/patches.rb', line 15

def self.apply!
  ActiveRecord::ConnectionAdapters::Table.send :include, Migrations if defined? ActiveRecord::ConnectionAdapters::Table
  ActiveRecord::ConnectionAdapters::TableDefinition.send :include, Migrations if defined? ActiveRecord::ConnectionAdapters::TableDefinition
end