Skip to content

Commit

Permalink
Correct time_zone_options_for_select docs. Closes #2892.
Browse files Browse the repository at this point in the history
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3062 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
  • Loading branch information
jeremy committed Nov 16, 2005
1 parent 9de738a commit 98898ed
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions actionpack/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*

* Correct time_zone_options_for_select docs. #2892 [pudeyo@rpi.com]

* Remove the unused, slow response_dump and session_dump variables from error pages. #1222 [lmarlow@yahoo.com]

* Performance tweaks: use Set instead of Array to speed up prototype helper include? calls. Avoid logging code if logger is nil. Inline commonly-called template presence checks. #2880, #2881, #2882, #2883 [Stefan Kaes]
Expand Down
2 changes: 1 addition & 1 deletion actionpack/lib/action_view/helpers/form_options_helper.rb
Expand Up @@ -209,7 +209,7 @@ def country_options_for_select(selected = nil, priority_countries = nil)
end

# Returns a string of option tags for pretty much any time zone in the
# world. Supply a TimeZone object as +selected+ to have it marked as the
# world. Supply a TimeZone name as +selected+ to have it marked as the
# selected option tag. You can also supply an array of TimeZone objects
# as +priority_zones+, so that they will be listed above the rest of the
# (long) list. (You can use TimeZone.us_zones as a convenience for
Expand Down

0 comments on commit 98898ed

Please sign in to comment.