method
respond_to?
v4.2.1 -
Show latest stable
- Class:
ActionDispatch::Routing::RoutesProxy
respond_to?(method, include_private = false)public
No documentation available.
# File actionpack/lib/action_dispatch/routing/routes_proxy.rb, line 21
def respond_to?(method, include_private = false)
super || routes.url_helpers.respond_to?(method)
end