From 7656c291237ef1278b02f081a22ed7c6cb3c6667 Mon Sep 17 00:00:00 2001 From: Bryan W Clark Date: Wed, 7 Nov 2007 21:44:59 -0500 Subject: [PATCH] commenting out the inflector bits. It's moved to the correct location, however I'm not planning on using the URL name anymore. --- config/environment.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/environment.rb b/config/environment.rb index d4434c4..873784a 100644 --- a/config/environment.rb +++ b/config/environment.rb @@ -50,12 +50,12 @@ end # http://net3x.blogspot.com/2007/10/inflectorenvironmentrb-bug-in-rails.html # Add new inflection rules using the following format # (all these examples are active by default): -Inflector.inflections do |inflect| +# Inflector.inflections do |inflect| # inflect.plural /^(ox)$/i, '\1en' # inflect.singular /^(ox)en/i, '\1' # inflect.irregular 'person', 'people' - inflect.uncountable %w( url ) -end +# inflect.uncountable %w( url ) +# end # Add new mime types for use in respond_to blocks: # Mime::Type.register "text/richtext", :rtf -- 2.11.4.GIT