mirror of
https://github.com/github/rails.git
synced 2026-01-09 14:48:08 -05:00
more like 3.2
This commit is contained in:
@@ -272,7 +272,7 @@ module ActionDispatch
|
||||
env[KEY] = new_hash
|
||||
end
|
||||
|
||||
if session.key?('flash') && session['flash'].blank?
|
||||
if session.key?('flash') && session['flash'].empty?
|
||||
session.delete('flash')
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user