method
new
rails latest stable - Class:
ActiveRecord::Migration::CommandRecorder
new(delegate = nil)public
No documentation available.
# File activerecord/lib/active_record/migration/command_recorder.rb, line 63
def initialize(delegate = nil)
@commands = []
@delegate = delegate
@reverting = false
end