• A
    Simplify cache hit logging · 07da5aeb
    Aaron Patterson 提交于
    CacheHelper is mixed in to Helpers, Helpers is mixed in to AV::Base.
    This means we can count on instances of AV::Base to have the "cache hit"
    method on them, and we can stop setting an ivar for cache logging and
    just ask the view if it was a cache hit.
    07da5aeb
partial_renderer.rb 18.7 KB