root/lang/ruby/pritter/vendor/rails/actionpack/lib/action_view/helpers/cache_helper.rb
@
5644
| Revision 5644, 244 bytes (checked in by nakamud, 5 years ago) |
|---|
| Line | |
|---|---|
| 1 | module ActionView |
| 2 | module Helpers |
| 3 | # See ActionController::Caching::Fragments for usage instructions. |
| 4 | module CacheHelper |
| 5 | def cache(name = {}, &block) |
| 6 | @controller.cache_erb_fragment(block, name) |
| 7 | end |
| 8 | end |
| 9 | end |
| 10 | end |
Note: See TracBrowser
for help on using the browser.
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)