Commit 991a179
committed
Fix flash messages coloring
Previously, all flash messages were showing with the same (black)
background. Internally, the flash object converts and stores keys
as strings [1].
[1] https://github.com/rails/rails/blob/main/actionpack/lib/action_dispatch/middleware/flash.rb#L1631 parent 7d380c9 commit 991a179
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| |||
0 commit comments