connection reader is defined later

This commit is contained in:
Santiago Pastorino
2010-08-15 07:19:53 -03:00
parent bcd62cdafd
commit f4cce71d96

View File

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