From 1edc7cd78b8f232107eb8565b7a9757ea8062c44 Mon Sep 17 00:00:00 2001 From: Evan Tann Date: Sun, 12 Aug 2012 15:53:54 -0400 Subject: Add support for start_hour and end_hour options in select_hour helper Updated documentation to demonstrate start_hour and end_hour options --- actionpack/CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'actionpack/CHANGELOG.md') diff --git a/actionpack/CHANGELOG.md b/actionpack/CHANGELOG.md index 8f845ce7e1..2e683e7c47 100644 --- a/actionpack/CHANGELOG.md +++ b/actionpack/CHANGELOG.md @@ -1,5 +1,7 @@ ## Rails 4.0.0 (unreleased) ## +* Add start_hour and end_hour options to the select_hour helper. *Evan Tann* + * Raises an ArgumentError when the first argument in `form_for` contain `nil` or is empty. -- cgit v1.2.3