mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
Remove superfluous assignment in cookies
This commit is contained in:
@@ -174,7 +174,7 @@ module ActionDispatch
|
||||
options = { :value => value }
|
||||
end
|
||||
|
||||
value = @cookies[key.to_s] = value
|
||||
@cookies[key.to_s] = value
|
||||
|
||||
handle_options(options)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user