class Bullet::Detector::Association

def possible_objects

e.g. { Post => ["Post:1", "Post:2"] }
that the objects may cause N+1 query.
possible_objects keep the class to object relationships
def possible_objects
  Thread.current[:bullet_possible_objects]
end