mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
Merge pull request #5597 from carlosantoniodasilva/fix-build-3-2
Fix build for branch 3-2-stable - return the same session hash object
This commit is contained in:
@@ -59,7 +59,7 @@ module ActionDispatch
|
||||
end
|
||||
|
||||
def set_session(env, sid, session_data, options)
|
||||
session_data.merge("session_id" => sid)
|
||||
session_data.merge!("session_id" => sid)
|
||||
end
|
||||
|
||||
def set_cookie(env, session_id, cookie)
|
||||
|
||||
Reference in New Issue
Block a user