Sha256: 2f8fa462aedd4ef29f297c1b052685daca0e21f2db94d2e4b4553b0ab935955f
Contents?: true
Size: 251 Bytes
Versions: 9
Compression:
Stored size: 251 Bytes
Contents
# frozen_string_literal: true module Bullet module Notification class CounterCache < Base def body klazz_associations_str end def title 'Need Counter Cache with Active Record size' end end end end
Version data entries
9 entries across 9 versions & 1 rubygems