Skip to content

Commit

Permalink
Correct grammar in config.time_zone description in environment.rb
Browse files Browse the repository at this point in the history
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@9078 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
  • Loading branch information
gbuesing committed Mar 22, 2008
1 parent 3e556d3 commit ea285c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion railties/environments/environment.rb
Expand Up @@ -56,6 +56,6 @@

# 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

0 comments on commit ea285c2

Please sign in to comment.