class Bullet::Detector::Association

def call_object_associations

they are used to detect unused preload associations.
e.g. { "Post:1" => [:comments] }
that object.associations is called.
call_object_associations keep the object relationships
def call_object_associations
  Thread.current[:bullet_call_object_associations]
end