method

default_url_options=

rails latest stable - Class: ActionDispatch::Routing::Mapper::Base

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v6.0.0) is shown here.

default_url_options=(options)
public

No documentation available.

# File actionpack/lib/action_dispatch/routing/mapper.rb, line 642
        def default_url_options=(options)
          @set.default_url_options = options
        end