instance method
respond_to_missing?
Ruby on Rails 8.1.2
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 408
def respond_to_missing?(method, _)
super || delegate.respond_to?(method)
end
Defined in activerecord/lib/active_record/migration/command_recorder.rb line 408
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveRecord::Migration::CommandRecorder