Sha256: 1a47c60c8c27fa15aaedca977947dde0cee514b6b47def08d102a52fb4b9d9e5
Contents?: true
Size: 302 Bytes
Versions: 27
Compression:
Stored size: 302 Bytes
Contents
module Bullet module Notification autoload :Base, 'bullet/notification/base' autoload :UnusedEagerLoading, 'bullet/notification/unused_eager_loading' autoload :NPlusOneQuery, 'bullet/notification/n_plus_one_query' autoload :CounterCache, 'bullet/notification/counter_cache' end end
Version data entries
27 entries across 27 versions & 2 rubygems