method
url_options
v7.0.0 -
Show latest stable
- Class:
ActionDispatch::SystemTestCase
url_options()private
No documentation available.
# File actionpack/lib/action_dispatch/system_test_case.rb, line 170
def url_options
default_url_options.reverse_merge(host: app_host)
end