module Bullet::Dependency

def active_record30?

def active_record30?
  active_record3? && ::ActiveRecord::VERSION::MINOR == 0
end