• Sean McGivern's avatar
    Remove issuable finder count caching · e7817fc1
    Sean McGivern authored
    We're going to cache the total open count separately, and then just perform
    these counts on the list. We already do that to get the pagination information,
    through Kaminari, and a future change will make Kaminari reuse the query results
    from earlier in the request.
    e7817fc1