aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord
diff options
context:
space:
mode:
authorSantiago Pastorino <santiago@wyeworks.com>2010-08-15 07:19:53 -0300
committerSantiago Pastorino <santiago@wyeworks.com>2010-08-15 07:19:53 -0300
commitf4cce71d96c4aab898ae074174d93802fcb0b1cc (patch)
tree01b459996cec7c6c81c5c52cb3eb88e962f62572 /activerecord
parentbcd62cdafd11daf7fb43946db9832f08ddb2b622 (diff)
downloadrails-f4cce71d96c4aab898ae074174d93802fcb0b1cc.tar.gz
rails-f4cce71d96c4aab898ae074174d93802fcb0b1cc.tar.bz2
rails-f4cce71d96c4aab898ae074174d93802fcb0b1cc.zip
connection reader is defined later
Diffstat (limited to 'activerecord')
-rw-r--r--activerecord/lib/active_record/session_store.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activerecord/lib/active_record/session_store.rb b/activerecord/lib/active_record/session_store.rb
index 1c4ecda5b5..5db2905c95 100644
--- a/activerecord/lib/active_record/session_store.rb
+++ b/activerecord/lib/active_record/session_store.rb
@@ -182,7 +182,7 @@ module ActiveRecord
##
# :singleton-method:
# Use the ActiveRecord::Base.connection by default.
- cattr_accessor :connection
+ cattr_writer :connection
##
# :singleton-method: