aboutsummaryrefslogtreecommitdiffstats
path: root/railties/environments/environment.rb
diff options
context:
space:
mode:
Diffstat (limited to 'railties/environments/environment.rb')
-rw-r--r--railties/environments/environment.rb2
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