diff options
Diffstat (limited to 'actionpack/lib')
| -rw-r--r-- | actionpack/lib/action_dispatch/http/response.rb | 3 | 
1 files changed, 0 insertions, 3 deletions
diff --git a/actionpack/lib/action_dispatch/http/response.rb b/actionpack/lib/action_dispatch/http/response.rb index c83b682f69..d860e00217 100644 --- a/actionpack/lib/action_dispatch/http/response.rb +++ b/actionpack/lib/action_dispatch/http/response.rb @@ -265,9 +265,6 @@ module ActionDispatch # :nodoc:      end      # The location header we'll be responding with. -    def location -      headers[LOCATION] -    end      alias_method :redirect_url, :location      # Sets the location header we'll be responding with.  | 
