instance method
url_options
Ruby on Rails 7.2.3
Since v6.0.6 PrivateSignature
url_options()
No documentation comment.
Source
# File actionpack/lib/action_dispatch/system_test_case.rb, line 180
def url_options
default_url_options.reverse_merge(host: app_host)
end
Defined in actionpack/lib/action_dispatch/system_test_case.rb line 180
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionDispatch::SystemTestCase