class Bullet::Detector::Association

def eager_loadings

e.g. { ["Post:1", "Post:2"] => [:comments, :user] }
that the associations are preloaded by find :include.
eager_loadings keep the object relationships
def eager_loadings
  Thread.current.thread_variable_get(:bullet_eager_loadings)
end