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