Flowdock
method

optimize_routes_generation?

Importance_0
Ruby on Rails latest stable (v6.1.7.7) - 0 notes - Class: ActionDispatch::Routing::UrlFor
optimize_routes_generation?() protected

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/url_for.rb, line 219
        def optimize_routes_generation?
          _routes.optimize_routes_generation? && default_url_options.empty?
        end
Register or log in to add new notes.