Sha256: f9917af1d4ddb5f107d5d333383952cb893230c7e4860a58b388f1d2b2bde0a5

Contents?: true

Size: 356 Bytes

Versions: 47

Compression:

Stored size: 356 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'

    class UnoptimizedQueryError < StandardError; end
  end
end

Version data entries

47 entries across 47 versions & 2 rubygems

Version Path
bullet-4.11.1 lib/bullet/notification.rb
bullet-4.11.0 lib/bullet/notification.rb
bullet-4.10.0 lib/bullet/notification.rb
bullet-4.9.0 lib/bullet/notification.rb
bullet-4.8.0 lib/bullet/notification.rb
bullet-4.7.1 lib/bullet/notification.rb
bullet-4.7.0 lib/bullet/notification.rb