Sha256: 86645c2e496ce63dbe4c1e9d5e54927b04bd4bd7056cc0355ba19952b350c497

Contents?: true

Size: 339 Bytes

Versions: 49

Compression:

Stored size: 339 Bytes

Contents

module Bullet
  module Detector
    autoload :Base, 'bullet/detector/base'
    autoload :Association, 'bullet/detector/association'
    autoload :NPlusOneQuery, 'bullet/detector/n_plus_one_query'
    autoload :UnusedEagerLoading, 'bullet/detector/unused_eager_loading'
    autoload :CounterCache, 'bullet/detector/counter_cache'
  end
end

Version data entries

49 entries across 49 versions & 2 rubygems

Version Path
bullet-5.7.4 lib/bullet/detector.rb
bullet-5.7.3 lib/bullet/detector.rb
bullet-5.7.2 lib/bullet/detector.rb
bullet-5.7.1 lib/bullet/detector.rb
bullet-5.7.0 lib/bullet/detector.rb
bullet-5.6.1 lib/bullet/detector.rb
bullet-5.6.0 lib/bullet/detector.rb
bullet-5.5.1 lib/bullet/detector.rb
bullet-5.5.0 lib/bullet/detector.rb
bullet-5.4.3 lib/bullet/detector.rb
bullet-5.4.2 lib/bullet/detector.rb
bullet-5.4.1 lib/bullet/detector.rb
bullet-5.4.0 lib/bullet/detector.rb
bullet-5.3.0 lib/bullet/detector.rb
bullet-5.2.1 lib/bullet/detector.rb
bullet-5.2.0 lib/bullet/detector.rb
bullet-5.1.1 lib/bullet/detector.rb
bullet-5.1.0 lib/bullet/detector.rb
bullet-5.0.0 lib/bullet/detector.rb
bullet-4.14.10 lib/bullet/detector.rb