lib/bullet/notification.rb in bullet-5.7.4 vs lib/bullet/notification.rb in bullet-5.7.5
- old
+ new
@@ -1,4 +1,6 @@
+# frozen_string_literal: true
+
module Bullet
module Notification
autoload :Base, 'bullet/notification/base'
autoload :UnusedEagerLoading, 'bullet/notification/unused_eager_loading'
autoload :NPlusOneQuery, 'bullet/notification/n_plus_one_query'