Revert "connection reader is defined later"

This reverts commit f4cce71d96.
This commit is contained in:
Santiago Pastorino
2010-08-15 07:47:52 -03:00
parent f4cce71d96
commit 69de30d01f

View File

@@ -182,7 +182,7 @@ module ActiveRecord
##
# :singleton-method:
# Use the ActiveRecord::Base.connection by default.
cattr_writer :connection
cattr_accessor :connection
##
# :singleton-method: