class Bullet::Notification::UnusedEagerLoading

def title

def title
  "Unused Eager Loading #{@path ? "in #{@path}" : 'detected'}"
end