method
location=
v2.3.8 -
Show latest stable
- Class:
ActionController::Response
location=(url)public
No documentation available.
# File actionpack/lib/action_controller/response.rb, line 55
def location=(url) headers['Location'] = url end