method
command_recorder
v6.1.7.7 -
Show latest stable
- Class:
ActiveRecord::Migration::Compatibility::V5_2
command_recorder()private
No documentation available.
# File activerecord/lib/active_record/migration/compatibility.rb, line 135
def command_recorder
recorder = super
class << recorder
prepend CommandRecorder
end
recorder
end