class Bullet::Notification::UnusedEagerLoading

def body

def body
  "#{klazz_associations_str}\n  Remove from your finder: #{associations_str}"
end

def title

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