class Bullet::Detector::UnusedEagerLoading

def diff_object_associations(bullet_ar_key, associations)

def diff_object_associations(bullet_ar_key, associations)
  potential_associations = associations - call_associations(bullet_ar_key, associations)
  potential_associations.reject { |a| a.is_a?(Hash) }
end