method
location=
v4.0.2 -
Show latest stable
- Class:
ActionDispatch::Response
location=(url)public
No documentation available.
# File actionpack/lib/action_dispatch/http/response.rb, line 226
def location=(url)
headers[LOCATION] = url
end