require 'bulletware' module Bullet if Rails.version =~ /^3.0/ autoload :ActiveRecord, 'bullet/active_record3' else autoload :ActiveRecord, 'bullet/active_record2' autoload :ActionController, 'bullet/action_controller2' end autoload :Association, 'bullet/association' autoload :Counter, 'bullet/counter' autoload :BulletLogger, 'bullet/logger' autoload :Notification, 'bullet/notification' class <