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.14.9 lib/bullet/detector.rb
bullet-4.14.8 lib/bullet/detector.rb
bullet_instructure-4.14.8 lib/bullet/detector.rb
bullet-4.14.7 lib/bullet/detector.rb
bullet_instructure-4.14.7 lib/bullet/detector.rb
bullet-4.14.6 lib/bullet/detector.rb
bullet-4.14.5 lib/bullet/detector.rb
bullet_instructure-4.0.5 lib/bullet/detector.rb
bullet-4.14.4 lib/bullet/detector.rb
bullet-4.14.3 lib/bullet/detector.rb
bullet-4.14.2 lib/bullet/detector.rb
bullet-4.14.0 lib/bullet/detector.rb
bullet-4.13.2 lib/bullet/detector.rb
bullet-4.13.1 lib/bullet/detector.rb
bullet_instructure-4.0.3 lib/bullet/detector.rb
bullet-4.13.0 lib/bullet/detector.rb
bullet-4.12.0 lib/bullet/detector.rb
bullet_instructure-4.0.2 lib/bullet/detector.rb
bullet-4.11.3 lib/bullet/detector.rb
bullet-4.11.2 lib/bullet/detector.rb