method

route_for

rails latest stable - Class: Rails::Engine::LazyRouteSet::ProxyUrlHelpers

Method not available on this version

This method is only available on newer versions. The first available version (v8.0.0) is shown here.

route_for(name, *args)
public

No documentation available.

# File railties/lib/rails/engine/lazy_route_set.rb, line 28
        def route_for(name, *args)
          Rails.application&.reload_routes_unless_loaded
          super
        end