method
respond_to_missing?
v8.0.0 -
Show latest stable
- Class:
ActionDispatch::Routing::RoutesProxy
respond_to_missing?(method, _)private
No documentation available.
# File actionpack/lib/action_dispatch/routing/routes_proxy.rb, line 28
def respond_to_missing?(method, _)
super || @helpers.respond_to?(method)
end