diff options
author | Geoff Buesing <gbuesing@gmail.com> | 2008-03-22 05:27:07 +0000 |
---|---|---|
committer | Geoff Buesing <gbuesing@gmail.com> | 2008-03-22 05:27:07 +0000 |
commit | ea285c2f783f4f06918b9c5f5956cf4d5c5e5e25 (patch) | |
tree | ec41ad83b88a41b1069b45532c0a58df19fd7429 | |
parent | 3e556d3dbc714ad0c55142198bb0d832df7c895b (diff) | |
download | rails-ea285c2f783f4f06918b9c5f5956cf4d5c5e5e25.tar.gz rails-ea285c2f783f4f06918b9c5f5956cf4d5c5e5e25.tar.bz2 rails-ea285c2f783f4f06918b9c5f5956cf4d5c5e5e25.zip |
Correct grammar in config.time_zone description in environment.rb
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@9078 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
-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 |