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