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 6d68cde2c5
commit df8a941a43

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: