instance method host!

Ruby on Rails 3.0.20

Since v3.0.20 Last seen in v3.0.20

Signature

host!(name)

Set the host name to use in the next request.

session.host! "www.example.com"

Parameters

name req
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

Type at least 2 characters to search.

↑↓ navigate · open · esc close