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