mirror of
https://github.com/github/rails.git
synced 2026-01-28 15:58:03 -05:00
fix unreplaced class var
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3747 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
This commit is contained in:
@@ -72,7 +72,7 @@ module ActiveRecord
|
||||
end
|
||||
|
||||
active_connections.each_value do |connection|
|
||||
connection.verify!(@@connection_cache_timeout)
|
||||
connection.verify!(@@verification_timeout)
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user