class Bullet::Notification::UnusedEagerLoading

def title

def title
  "AVOID eager loading #{@path ? "in #{@path}" : 'detected'}"
end