aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--activesupport/lib/dependencies.rb6
1 files changed, 0 insertions, 6 deletions
diff --git a/activesupport/lib/dependencies.rb b/activesupport/lib/dependencies.rb
index 9ef1c251bc..b4767d0458 100644
--- a/activesupport/lib/dependencies.rb
+++ b/activesupport/lib/dependencies.rb
@@ -26,12 +26,6 @@ module Dependencies
def associate_with(file_name)
depend_on(file_name, true)
end
-
- def reload
- reloading = loaded.dup
- clear
- reloading.each { |file_name| depend_on(file_name, true) }
- end
def clear
self.loaded = [ ]