module StaticRecord::Schema

Provides helper methods that can be used in migrations

Constants

COLUMNS

Public Class Methods

included(_base) click to toggle source
# File lib/static_record/migrations/schema.rb, line 8
def self.included(_base)
  ActiveRecord::ConnectionAdapters::AbstractAdapter.send :include, Statements
  ActiveRecord::Migration::CommandRecorder.send :include, CommandRecorder
end