module CustomFragmentCache::Helper
Public Instance Methods
custom_cache(resource, name, options = {}, &block)
click to toggle source
# File lib/custom_fragment_cache/helper.rb, line 3 def custom_cache(resource, name, options = {}, &block) CacheHelperMethod.base_custom_cache(self, :cache, resource, name, options, &block) end