From 7dcb754cb9c049a6bfa6f430b3d683f92aba9eef Mon Sep 17 00:00:00 2001 From: Jason King Date: Fri, 26 Feb 2010 16:16:03 -0800 Subject: [PATCH] Inflection dependency, fixes #4067 --- .../active_support/core_ext/string/inflections.rb | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/activesupport/lib/active_support/core_ext/string/inflections.rb b/activesupport/lib/active_support/core_ext/string/inflections.rb index ea4ed61..c9a6758 100644 --- a/activesupport/lib/active_support/core_ext/string/inflections.rb +++ b/activesupport/lib/active_support/core_ext/string/inflections.rb @@ -1,3 +1,4 @@ +require 'active_support/inflector' # String inflections define new methods on the String class to transform names for different purposes. # For instance, you can figure out the name of a database from the name of a class. # -- 1.6.4