diff options
-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 830d4f451d..41210f9913 100644 --- a/railties/environments/environment.rb +++ b/railties/environments/environment.rb @@ -56,6 +56,6 @@ Rails::Initializer.run do |config| # Make Time.zone default to the specified zone, and make ActiveRecord store time values # in the database in UTC, and return them converted to the specified local zone. - # Run `rake -D time` for a list tasks for finding time zone names. + # Run `rake -D time` for a list of tasks for finding time zone names. # config.time_zone = 'UTC' end
\ No newline at end of file |