diff options
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 |