aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/session_store.rb
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2010-07-13 18:41:09 +0200
committerXavier Noria <fxn@hashref.com>2010-07-13 18:41:09 +0200
commit6d2e4ee96c22502380dc94bebdead56133143b9e (patch)
treed25bddeda96903d0a6ec75ca087898875fa2981d /activerecord/lib/active_record/session_store.rb
parentb75fca9e57423eec81384ff3e35f38fd4f7fe47f (diff)
parent7e075e62479a0eccad6eaf7a7c20f45347860c83 (diff)
downloadrails-6d2e4ee96c22502380dc94bebdead56133143b9e.tar.gz
rails-6d2e4ee96c22502380dc94bebdead56133143b9e.tar.bz2
rails-6d2e4ee96c22502380dc94bebdead56133143b9e.zip
Merge remote branch 'docrails/master'
Diffstat (limited to 'activerecord/lib/active_record/session_store.rb')
-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 b88d550086..df2f429c5d 100644
--- a/activerecord/lib/active_record/session_store.rb
+++ b/activerecord/lib/active_record/session_store.rb
@@ -16,7 +16,7 @@ module ActiveRecord
# ActionController::SessionOverflowError will be raised.
#
# You may configure the table name, primary key, and data column.
- # For example, at the end of <tt>config/environment.rb</tt>:
+ # For example, at the end of <tt>config/application.rb</tt>:
#
# ActiveRecord::SessionStore::Session.table_name = 'legacy_session_table'
# ActiveRecord::SessionStore::Session.primary_key = 'session_id'