1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/actionview/lib
Sam Stephenson 1a404abc03 Remove ActionView::Helpers::CacheHelper#fragment_cache_key
Introduced in e56c635427, `CacheHelper#fragment_cache_key` is a duplicate of `ActionController::Caching::Fragments#fragment_cache_key`.

We now require the view to provide this method on its own (as with `view_cache_dependencies`); `ActionController::Caching::Fragments` exports its version as a `helper_method`.
2015-12-14 17:57:39 -06:00
..
action_view Remove ActionView::Helpers::CacheHelper#fragment_cache_key 2015-12-14 17:57:39 -06:00
action_view.rb