diff options
author | Santiago Pastorino <santiago@wyeworks.com> | 2010-08-15 07:19:53 -0300 |
---|---|---|
committer | Santiago Pastorino <santiago@wyeworks.com> | 2010-08-15 07:19:53 -0300 |
commit | f4cce71d96c4aab898ae074174d93802fcb0b1cc (patch) | |
tree | 01b459996cec7c6c81c5c52cb3eb88e962f62572 /activerecord/lib | |
parent | bcd62cdafd11daf7fb43946db9832f08ddb2b622 (diff) | |
download | rails-f4cce71d96c4aab898ae074174d93802fcb0b1cc.tar.gz rails-f4cce71d96c4aab898ae074174d93802fcb0b1cc.tar.bz2 rails-f4cce71d96c4aab898ae074174d93802fcb0b1cc.zip |
connection reader is defined later
Diffstat (limited to 'activerecord/lib')
-rw-r--r-- | activerecord/lib/active_record/session_store.rb | 2 |
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: |