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