method
respond_to_missing?
rails latest stable - Class:
ActiveRecord::Migration::CommandRecorder
respond_to_missing?(method, _)private
No documentation available.
# File activerecord/lib/active_record/migration/command_recorder.rb, line 375
def respond_to_missing?(method, _)
super || delegate.respond_to?(method)
end