Sha256: 37787e70fda280f838aa9ff7168cfef6958efa96c850e89ba606d5f168966dd1
Contents?: true
Size: 387 Bytes
Versions: 13
Compression:
Stored size: 387 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
13 entries across 13 versions & 1 rubygems