class CustomFragmentCache::Railtie
Public Instance Methods
custom_cache!(resource, name, options = {}, &block)
click to toggle source
# File lib/custom_fragment_cache/railtie.rb, line 9 def custom_cache!(resource, name, options = {}, &block) CacheHelperMethod.base_custom_cache(self, :cache!, resource, name, options, &block) end