Flowdock
method

named_route_exists?

Importance_0
v4.1.8 - Show latest stable - 0 notes - Class: ActionDispatch::Routing::RouteSet::Generator
named_route_exists?() private

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File actionpack/lib/action_dispatch/routing/route_set.rb, line 608
          def named_route_exists?
            named_route && set.named_routes[named_route]
          end
Register or log in to add new notes.