location=(url)
Sets the location header we’ll be responding with.
# File actionpack/lib/action_dispatch/http/response.rb, line 260 def location=(url) headers[LOCATION] = url end