class ActiveRecord::Associations::Preloader::Association
def loaded?(owner)
Experimental RBS support (using type sampling data from the type_fusion
project).
def loaded?: ((AccountUser | Account) owner) -> untyped
This signature was generated using 2 samples from 1 application.
def loaded?(owner) owner.association(reflection.name).loaded? end