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

Fix typo in Action View changelog [ci skip]

This commit is contained in:
Carlos Antonio da Silva 2021-08-05 11:03:08 -03:00
parent ac45e1d396
commit 65bbfa9519

View file

@ -1,4 +1,4 @@
* Add `caching?` helper that returns whether the current code path is being cached and `unacheable!` to denote helper methods that can't participate in fragment caching. * Add `caching?` helper that returns whether the current code path is being cached and `uncacheable!` to denote helper methods that can't participate in fragment caching.
*Ben Toews*, *John Hawthorn*, *Kasper Timm Hansen*, *Joel Hawksley* *Ben Toews*, *John Hawthorn*, *Kasper Timm Hansen*, *Joel Hawksley*