class method
self.new
Ruby on Rails 3.1.12
Since v3.1.12Signature
self.new(delegate = nil)
No documentation comment.
Parameters
-
delegateopt = nil
Source
# File activerecord/lib/active_record/migration/command_recorder.rb, line 18
def initialize(delegate = nil)
@commands = []
@delegate = delegate
end
Defined in activerecord/lib/active_record/migration/command_recorder.rb line 18
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveRecord::Migration::CommandRecorder