Skip to content

Commit

Permalink
fix unreplaced class var
Browse files Browse the repository at this point in the history
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3747 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
  • Loading branch information
jeremy committed Mar 2, 2006
1 parent 2158527 commit 68ff2eb
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -72,7 +72,7 @@ def verify_active_connections!
end end


active_connections.each_value do |connection| active_connections.each_value do |connection|
connection.verify!(@@connection_cache_timeout) connection.verify!(@@verification_timeout)
end end
end end


Expand Down

0 comments on commit 68ff2eb

Please sign in to comment.