Sha256: 1e582a443818f560fc85f688b8b47347bac42d9a9ee35b4a037d8e43e7c1748f

Contents?: true

Size: 370 Bytes

Versions: 32

Compression:

Stored size: 370 Bytes

Contents

# frozen_string_literal: true

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

32 entries across 32 versions & 1 rubygems

Version Path
bullet-8.0.1 lib/bullet/detector.rb
bullet-8.0.0 lib/bullet/detector.rb
bullet-7.2.0 lib/bullet/detector.rb
bullet-7.1.6 lib/bullet/detector.rb
bullet-7.1.5 lib/bullet/detector.rb
bullet-7.1.4 lib/bullet/detector.rb
bullet-7.1.3 lib/bullet/detector.rb
bullet-7.1.2 lib/bullet/detector.rb
bullet-7.1.1 lib/bullet/detector.rb
bullet-7.1.0 lib/bullet/detector.rb
bullet-7.0.7 lib/bullet/detector.rb
bullet-7.0.6 lib/bullet/detector.rb
bullet-7.0.5 lib/bullet/detector.rb
bullet-7.0.4 lib/bullet/detector.rb
bullet-7.0.3 lib/bullet/detector.rb
bullet-7.0.2 lib/bullet/detector.rb
bullet-7.0.1 lib/bullet/detector.rb
bullet-7.0.0 lib/bullet/detector.rb
bullet-6.1.5 lib/bullet/detector.rb
bullet-6.1.4 lib/bullet/detector.rb