From 51cd6bb829c418c5fbf75de1dfbb177233b1b154 Mon Sep 17 00:00:00 2001 From: David Lee Date: Tue, 7 Jun 2011 19:05:09 -0700 Subject: Refactor --- activesupport/lib/active_support/core_ext/string/inflections.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'activesupport/lib/active_support/core_ext/string') diff --git a/activesupport/lib/active_support/core_ext/string/inflections.rb b/activesupport/lib/active_support/core_ext/string/inflections.rb index 2f0676f567..002688d6c0 100644 --- a/activesupport/lib/active_support/core_ext/string/inflections.rb +++ b/activesupport/lib/active_support/core_ext/string/inflections.rb @@ -1,5 +1,4 @@ require 'active_support/inflector/methods' -require 'active_support/inflector/inflections' require 'active_support/inflector/transliterate' # String inflections define new methods on the String class to transform names for different purposes. -- cgit v1.2.3