instance method
respond_to_missing?
Ruby on Rails 8.1.2
Since v6.1.7.10 PrivateSignature
respond_to_missing?(name, include_private = false)
No documentation comment.
Parameters
-
namereq -
include_privateopt = false
Source
# File actionpack/lib/action_dispatch/system_test_case.rb, line 199
def respond_to_missing?(name, include_private = false)
url_helpers.respond_to?(name)
end
Defined in actionpack/lib/action_dispatch/system_test_case.rb line 199
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionDispatch::SystemTestCase