module Bullet::Dependency

def active_record32?

def active_record32?
  active_record3? && ::ActiveRecord::VERSION::MINOR == 2
end