class Bullet::Detector::Association

def object_associations

Experimental RBS support (using type sampling data from the type_fusion project).

def object_associations: () -> Bullet::Registry::Base

This signature was generated using 9 samples from 1 application.

unpreload associations or unused preload 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