method

app_host

Importance_0
Ruby on Rails latest stable (v7.1.3.2) - 0 notes - Class: SystemTestCase
app_host() 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 174
              def app_host
                Capybara.app_host || Capybara.current_session.server_url || DEFAULT_HOST
              end
Register or log in to add new notes.