From 394cf21ce73cae503f4c5272ef2a417df6fd21a5 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sun, 16 Jan 2005 13:07:28 +0000 Subject: Minor tweaks git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@428 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- activesupport/lib/core_ext/string/inflections.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'activesupport/lib/core_ext') diff --git a/activesupport/lib/core_ext/string/inflections.rb b/activesupport/lib/core_ext/string/inflections.rb index 90fd013861..fc2de08f0c 100644 --- a/activesupport/lib/core_ext/string/inflections.rb +++ b/activesupport/lib/core_ext/string/inflections.rb @@ -1,3 +1,4 @@ +require File.dirname(__FILE__) + '/../../inflector' module ActiveSupport module CoreExtensions module String -- cgit v1.2.3