record(*command)
public
record
command. command should be a method name and arguments.
For example:
recorder.record(:method_name, [:arg1, arg2])
# File activerecord/lib/active_record/migration/command_recorder.rb, line 27
def record(*command)
@commands << command
end