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