method

url_options

Importance_0
Ruby on Rails latest stable (v7.1.3.2) - 0 notes - Class: SystemTestCase
url_options() private

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/system_test_case.rb, line 170
              def url_options
                default_url_options.reverse_merge(host: app_host)
              end
Register or log in to add new notes.