method

command_recorder

command_recorder()
private

No documentation available.

# File activerecord/lib/active_record/migration/compatibility.rb, line 333
          def command_recorder
            recorder = super
            recorder.singleton_class.prepend(CommandRecorder)
            recorder
          end