From da8fa91abf462979d07d6ae7ccbefb4ceec3e56a Mon Sep 17 00:00:00 2001 From: Waseem Ahmad Date: Fri, 10 May 2013 10:31:20 +0530 Subject: Remove unnecessary require from active_support/inflector/methods.rb `active_support/inflections` already requires `active_support/inflector/inflections`. There's no need to require it in `active_support/inflector/methods`. --- activesupport/lib/active_support/inflector/methods.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'activesupport/lib/active_support') diff --git a/activesupport/lib/active_support/inflector/methods.rb b/activesupport/lib/active_support/inflector/methods.rb index 39648727fd..f4c0989866 100644 --- a/activesupport/lib/active_support/inflector/methods.rb +++ b/activesupport/lib/active_support/inflector/methods.rb @@ -1,6 +1,5 @@ # encoding: utf-8 -require 'active_support/inflector/inflections' require 'active_support/inflections' module ActiveSupport -- cgit v1.2.3