Skip to content

Commit

Permalink
Missing something from rails#475
Browse files Browse the repository at this point in the history
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@413 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
  • Loading branch information
dhh committed Jan 15, 2005
1 parent 38e6950 commit d880598
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions activesupport/lib/dependencies.rb
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ def reload
old_loaded.each do |file_name|
begin
silence_warnings { load("#{file_name}.rb") } unless loaded.include?(file_name)
loaded << file_name
rescue LoadError
# The association didn't reside in its own file, so we assume it was required by other means
end
Expand Down

0 comments on commit d880598

Please sign in to comment.