1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Merge pull request #15817 from zoombody/patch-1

Fix typo in 4.1 upgrade/flash structure
This commit is contained in:
Rafael Mendonça França 2014-06-19 13:43:39 -03:00
commit 4983734681

View file

@ -146,7 +146,7 @@ If you use the cookie session store, this would apply to the `session` and
Flash message keys are
[normalized to strings](https://github.com/rails/rails/commit/a668beffd64106a1e1fedb71cc25eaaa11baf0c1). They
can still be accessed using either symbols or strings. Lopping through the flash
can still be accessed using either symbols or strings. Looping through the flash
will always yield string keys:
```ruby