From fd8fcefe94c9103b4b1887a74afd6fd4bd5a38c7 Mon Sep 17 00:00:00 2001 From: Zee <50284+zspencer@users.noreply.github.com> Date: Mon, 12 Feb 2024 18:05:58 -0800 Subject: [PATCH] Update app/furniture/tobias.rb --- app/furniture/tobias.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/furniture/tobias.rb b/app/furniture/tobias.rb index 1fdea6424..3cc29c010 100644 --- a/app/furniture/tobias.rb +++ b/app/furniture/tobias.rb @@ -5,7 +5,7 @@ class Tobias < Furniture end # TOBIAS is hard to pluralize... Rails presumed TOBIAS was plural, -# So this tells Rails that TOBIAS is the plural form, and that TOBIASes +# So this tells Rails that TOBIAS is the singular form, and that TOBIASes # is the plural. ActiveSupport::Inflector.inflections(:en) do |inflect| inflect.plural(/^(tobias)$/i, '\1\2es')