class ActiveRecord::Migration::CommandRecorder
def method_missing(method, ...)
def method_missing(method, ...) if delegate.respond_to?(method) delegate.public_send(method, ...) else super end end
def method_missing(method, ...) if delegate.respond_to?(method) delegate.public_send(method, ...) else super end end