aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYehuda Katz <yehudakatz@YK.local>2010-02-18 16:48:28 -0800
committerYehuda Katz <yehudakatz@YK.local>2010-02-18 16:48:28 -0800
commite6ce8564623c20b080a98cc5e6548ac14635c991 (patch)
tree2116349368c547a2ca09b3509ae835bfb8853cf1
parentaf05420d6bf7cb1c337e95f9941e7db30c521d31 (diff)
downloadrails-e6ce8564623c20b080a98cc5e6548ac14635c991.tar.gz
rails-e6ce8564623c20b080a98cc5e6548ac14635c991.tar.bz2
rails-e6ce8564623c20b080a98cc5e6548ac14635c991.zip
Git fail
-rw-r--r--activesupport/lib/active_support/dependencies.rb1
1 files changed, 0 insertions, 1 deletions
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)