method
respond_to_missing?
v5.1.7 -
Show latest stable
- Class:
ActiveRecord::Migration::CommandRecorder
respond_to_missing?(*args)public
No documentation available.
# File activerecord/lib/active_record/migration/command_recorder.rb, line 95
def respond_to_missing?(*args) # :nodoc:
super || delegate.respond_to?(*args)
end