class Bullet::Notification::NPlusOneQuery

def title

def title
  "N+1 Query #{@path ? "in #{@path}" : 'detected'}"
end