We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b51960 commit fd8fcefCopy full SHA for fd8fcef
app/furniture/tobias.rb
@@ -5,7 +5,7 @@ class Tobias < Furniture
5
end
6
7
# TOBIAS is hard to pluralize... Rails presumed TOBIAS was plural,
8
-# 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
9
# is the plural.
10
ActiveSupport::Inflector.inflections(:en) do |inflect|
11
inflect.plural(/^(tobias)$/i, '\1\2es')
0 commit comments