Sha256: 7542d1d1ab64c68b713f7ddc9d37a48ef6944bce74ce12574ce8bd3cac92d664
Contents?: true
Size: 390 Bytes
Versions: 18
Compression:
Stored size: 390 Bytes
Contents
# frozen_string_literal: true 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' class UnoptimizedQueryError < StandardError end end end
Version data entries
18 entries across 18 versions & 1 rubygems