instance method
host!
Ruby on Rails 3.0.20
Since v3.0.20 Last seen in v3.0.20Signature
host!(name)
Set the host name to use in the next request.
session.host! "www.example.com"
Parameters
-
namereq
Source
# File actionpack/lib/action_dispatch/testing/integration.rb, line 236
def host!(name)
@host = name
end
Defined in actionpack/lib/action_dispatch/testing/integration.rb line 236
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionDispatch::Integration::Session