From e6ce8564623c20b080a98cc5e6548ac14635c991 Mon Sep 17 00:00:00 2001 From: Yehuda Katz Date: Thu, 18 Feb 2010 16:48:28 -0800 Subject: Git fail --- activesupport/lib/active_support/dependencies.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/activesupport/lib/active_support/dependencies.rb b/activesupport/lib/active_support/dependencies.rb index 107f664960..da1050298b 100644 --- a/activesupport/lib/active_support/dependencies.rb +++ b/activesupport/lib/active_support/dependencies.rb @@ -77,7 +77,6 @@ module ActiveSupport #:nodoc: def new_constants_for(frames) frames.map do |mod_name, prior_constants| - mod = Inflector.constantize(mod_name) mod = Inflector.constantize(mod_name) if Dependencies.qualified_const_defined?(mod_name) next unless mod.is_a?(Module) -- cgit v1.2.3