class Bullet::Detector::Association

def inversed_objects

e.g. { "Comment:1" => ["post"] }
that association is inversed.
inversed_objects keeps object relationships
def inversed_objects
  Thread.current[:bullet_inversed_objects]
end