diff options
author | David Heinemeier Hansson <david@loudthinking.com> | 2005-09-12 17:32:36 +0000 |
---|---|---|
committer | David Heinemeier Hansson <david@loudthinking.com> | 2005-09-12 17:32:36 +0000 |
commit | 0d97f055c2f02fa4bc99ae39f138205967815a97 (patch) | |
tree | 893e0791bf2bd10fcae9175b9486f3ed98a7aea1 /railties/environments | |
parent | d25fe84a01bd026945f1e86b1f651094f66151b2 (diff) | |
download | rails-0d97f055c2f02fa4bc99ae39f138205967815a97.tar.gz rails-0d97f055c2f02fa4bc99ae39f138205967815a97.tar.bz2 rails-0d97f055c2f02fa4bc99ae39f138205967815a97.zip |
Sessions with an s
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2220 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'railties/environments')
-rw-r--r-- | railties/environments/environment.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/environments/environment.rb b/railties/environments/environment.rb index 1c3b1219e4..98518031fa 100644 --- a/railties/environments/environment.rb +++ b/railties/environments/environment.rb @@ -19,7 +19,7 @@ Rails::Initializer.run do |config| # config.log_level = Logger::DEBUG # Use the database for sessions instead of the file system - # (create the session table with 'rake create_session_table') + # (create the session table with 'rake create_sessions_table') # config.session_options[:database_manager] = CGI::Session::ActiveRecordStore # See Rails::Configuration for more options |