aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNigel Ramsay <nigel@abletech.co.nz>2008-09-03 15:57:06 +1200
committerMichael Koziarski <michael@koziarski.com>2008-09-03 09:04:42 +0200
commitb36d000975824518d64bcdbd731287c25e9af604 (patch)
tree1766d35b4e694e3c96ba221d45bcfb0b46c8cc5d
parentd3ccfe414d8f2d5058cdbc3fe7484af12dd3d05b (diff)
downloadrails-b36d000975824518d64bcdbd731287c25e9af604.tar.gz
rails-b36d000975824518d64bcdbd731287c25e9af604.tar.bz2
rails-b36d000975824518d64bcdbd731287c25e9af604.zip
Inline help text was incorrectly telling user to uncomment line to use default local time. User should comment the line to use default local time.
Signed-off-by: Michael Koziarski <michael@koziarski.com> [#960 state:committed]
-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 a85ade371b..2140dfe971 100644
--- a/railties/environments/environment.rb
+++ b/railties/environments/environment.rb
@@ -40,7 +40,7 @@ Rails::Initializer.run do |config|
# Make Time.zone default to the specified zone, and make Active Record store time values
# in the database in UTC, and return them converted to the specified local zone.
- # Run "rake -D time" for a list of tasks for finding time zone names. Uncomment to use default local time.
+ # Run "rake -D time" for a list of tasks for finding time zone names. Comment line to use default local time.
config.time_zone = 'UTC'
# Your secret key for verifying cookie session data integrity.