class Bullet::Detector::NPlusOneQuery
def conditions_met?(object, associations)
Experimental RBS support (using type sampling data from the type_fusion
project).
def conditions_met?: ((User | UserTrade | UserHomeLocation) object, Symbol associations) -> false
This signature was generated using 10 samples from 1 application.
def conditions_met?(object, associations) possible?(object) && !impossible?(object) && !association?(object, associations) end