aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/core_ext
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2005-01-16 13:07:28 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2005-01-16 13:07:28 +0000
commit394cf21ce73cae503f4c5272ef2a417df6fd21a5 (patch)
tree0e093139077676ba2744119d7e24f1cffb8f142a /activesupport/lib/core_ext
parent9a33b9a73745401c1c715ee65f7e30f029d3e6a7 (diff)
downloadrails-394cf21ce73cae503f4c5272ef2a417df6fd21a5.tar.gz
rails-394cf21ce73cae503f4c5272ef2a417df6fd21a5.tar.bz2
rails-394cf21ce73cae503f4c5272ef2a417df6fd21a5.zip
Minor tweaks
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@428 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'activesupport/lib/core_ext')
-rw-r--r--activesupport/lib/core_ext/string/inflections.rb1
1 files changed, 1 insertions, 0 deletions
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