method

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

full_url_for(options)
public

No documentation available.

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