aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2005-01-16 17:58:54 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2005-01-16 17:58:54 +0000
commit92a29257b5f83863dbf31f195c361fd53eafff67 (patch)
tree6a1deec339170c96f1d3f5036325cacb5e42cdae /activesupport
parent954fd97d002585926b9c9f24a841d6a11d66ab25 (diff)
downloadrails-92a29257b5f83863dbf31f195c361fd53eafff67.tar.gz
rails-92a29257b5f83863dbf31f195c361fd53eafff67.tar.bz2
rails-92a29257b5f83863dbf31f195c361fd53eafff67.zip
No need for reloading any more
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@431 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'activesupport')
-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 = [ ]