method
location=
v3.0.9 -
Show latest stable
- Class:
ActionDispatch::Response
location=(url)public
No documentation available.
# File actionpack/lib/action_dispatch/http/response.rb, line 121
def location=(url)
headers['Location'] = url
end