require 'bulletware' module Bullet autoload :ActiveRecord, 'bullet/active_record' autoload :Association, 'bullet/association' autoload :Counter, 'bullet/counter' autoload :BulletLogger, 'bullet/logger' autoload :Notification, 'bullet/notification' class <