# File lib/bullet/detector/n_plus_one_query.rb, line 57 def conditions_met?(object, associations) possible?(object) && !impossible?(object) && !association?(object, associations) end