method

location=

location=(url)
public

No documentation available.

# File actionpack/lib/action_dispatch/http/response.rb, line 151
    def location=(url)
      headers[LOCATION] = url
    end