From 554232e481a2d6e313d798fad59ccdca03f05ef2 Mon Sep 17 00:00:00 2001 From: Gregg Pollack Date: Sun, 7 Aug 2011 14:19:25 -0400 Subject: Added irregular zombie inflection, so zombies no longer gets singularized into zomby --- activesupport/lib/active_support/inflections.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'activesupport/lib/active_support/inflections.rb') diff --git a/activesupport/lib/active_support/inflections.rb b/activesupport/lib/active_support/inflections.rb index 06ceccdb22..daf2a1e1d9 100644 --- a/activesupport/lib/active_support/inflections.rb +++ b/activesupport/lib/active_support/inflections.rb @@ -54,6 +54,7 @@ module ActiveSupport inflect.irregular('sex', 'sexes') inflect.irregular('move', 'moves') inflect.irregular('cow', 'kine') + inflect.irregular('zombie', 'zombies') inflect.uncountable(%w(equipment information rice money species series fish sheep jeans)) end -- cgit v1.2.3