Module: Snaptime::MigrationHelpers

Defined in:
lib/snaptime/migration_helpers.rb

Defined Under Namespace

Modules: SchemaStatements

Class Method Summary collapse

Class Method Details

.loadObject



3
4
5
6
7
8
9
10
11
# File 'lib/snaptime/migration_helpers.rb', line 3

def self.load
  ActiveRecord::ConnectionAdapters::Table.class_eval do
    include SchemaStatements::Table
  end

  ActiveRecord::ConnectionAdapters::AbstractAdapter.module_eval do
    include SchemaStatements::TopLevel
  end
end