diff options
author | Yehuda Katz <yehudakatz@YK.local> | 2010-02-18 16:48:28 -0800 |
---|---|---|
committer | Yehuda Katz <yehudakatz@YK.local> | 2010-02-18 16:48:28 -0800 |
commit | e6ce8564623c20b080a98cc5e6548ac14635c991 (patch) | |
tree | 2116349368c547a2ca09b3509ae835bfb8853cf1 /activesupport/lib | |
parent | af05420d6bf7cb1c337e95f9941e7db30c521d31 (diff) | |
download | rails-e6ce8564623c20b080a98cc5e6548ac14635c991.tar.gz rails-e6ce8564623c20b080a98cc5e6548ac14635c991.tar.bz2 rails-e6ce8564623c20b080a98cc5e6548ac14635c991.zip |
Git fail
Diffstat (limited to 'activesupport/lib')
-rw-r--r-- | activesupport/lib/active_support/dependencies.rb | 1 |
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) |