method

url_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.

url_for(options)
public

No documentation available.

# File railties/lib/rails/engine/lazy_route_set.rb, line 18
        def url_for(options)
          Rails.application&.reload_routes_unless_loaded
          super
        end