instance method
respond_to_missing?
Ruby on Rails 6.1.7.10
Since v5.2.8.1 PrivateSignature
respond_to_missing?(method, _)
No documentation comment.
Parameters
-
methodreq -
_req
Source
# File activerecord/lib/active_record/migration/command_recorder.rb, line 277
def respond_to_missing?(method, _)
super || delegate.respond_to?(method)
end
Defined in activerecord/lib/active_record/migration/command_recorder.rb line 277
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveRecord::Migration::CommandRecorder