Skip to content

Commit fd8fcef

Browse files
authored
Update app/furniture/tobias.rb
1 parent 9b51960 commit fd8fcef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/furniture/tobias.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ class Tobias < Furniture
55
end
66

77
# TOBIAS is hard to pluralize... Rails presumed TOBIAS was plural,
8-
# So this tells Rails that TOBIAS is the plural form, and that TOBIASes
8+
# So this tells Rails that TOBIAS is the singular form, and that TOBIASes
99
# is the plural.
1010
ActiveSupport::Inflector.inflections(:en) do |inflect|
1111
inflect.plural(/^(tobias)$/i, '\1\2es')

0 commit comments

Comments
 (0)