Flowdock
method

url_options

Importance_0
v6.1.3.1 - Show latest stable - 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 168
              def url_options
                default_url_options.reverse_merge(host: Capybara.app_host || Capybara.current_session.server_url)
              end
Register or log in to add new notes.