diff options
author | Aaron Patterson <aaron.patterson@gmail.com> | 2015-08-25 17:23:10 -0700 |
---|---|---|
committer | Aaron Patterson <aaron.patterson@gmail.com> | 2015-08-25 17:23:10 -0700 |
commit | 85a78d9358aa728298cd020cdc842b55c16f9549 (patch) | |
tree | bd06639162494ab45259e55495ff224d62dec83e /actionpack/lib/action_controller | |
parent | 27902c7e96de6913c237c3b0487d4beeef848689 (diff) | |
download | rails-85a78d9358aa728298cd020cdc842b55c16f9549.tar.gz rails-85a78d9358aa728298cd020cdc842b55c16f9549.tar.bz2 rails-85a78d9358aa728298cd020cdc842b55c16f9549.zip |
:snip: whitespace
Diffstat (limited to 'actionpack/lib/action_controller')
-rw-r--r-- | actionpack/lib/action_controller/metal/head.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/actionpack/lib/action_controller/metal/head.rb b/actionpack/lib/action_controller/metal/head.rb index f445094bdc..056962b38c 100644 --- a/actionpack/lib/action_controller/metal/head.rb +++ b/actionpack/lib/action_controller/metal/head.rb @@ -28,7 +28,7 @@ module ActionController end status ||= :ok - + location = options.delete(:location) content_type = options.delete(:content_type) @@ -48,7 +48,7 @@ module ActionController headers.delete('Content-Type') headers.delete('Content-Length') end - + true end |