class Bullet::Detector::Association
def possible_objects
that the objects may cause N+1 query.
possible_objects keep the class to object relationships
def possible_objects Thread.current.thread_variable_get(:bullet_possible_objects) end
def possible_objects Thread.current.thread_variable_get(:bullet_possible_objects) end