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