class Bullet::Detector::Association
def object_associations
the object_associations keep all associations that may be or may no be
e.g. { "Post:1" => [:comments] }
that the object has many associations.
object_associations keep the object relationships
def object_associations Thread.current[:bullet_object_associations] end