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-4.11.1 lib/bullet/detector.rb
bullet-4.11.0 lib/bullet/detector.rb
bullet-4.10.0 lib/bullet/detector.rb
bullet-4.9.0 lib/bullet/detector.rb
bullet-4.8.0 lib/bullet/detector.rb
bullet-4.7.1 lib/bullet/detector.rb
bullet-4.7.0 lib/bullet/detector.rb
bullet-4.6.0 lib/bullet/detector.rb
bullet-4.5.0 lib/bullet/detector.rb