Modules: ClassMethods
19 20 21 22 23 24 25 26
# File 'lib/catche/controller/actions.rb', line 19 def _save_fragment(name, options={}) if self.class.catche? key = fragment_cache_key(name) Catche::Tag.tag_view! key, *catche_tags end super end