From 9cf1f9e6f5a772862a89e0f7227868f8b83e4a3a Mon Sep 17 00:00:00 2001 From: Daniel Dawson Date: Thu, 11 Jul 2013 16:20:42 +0100 Subject: Improve Active View Overview guide. [ci skip] --- guides/source/action_view_overview.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'guides/source') diff --git a/guides/source/action_view_overview.md b/guides/source/action_view_overview.md index 75f2989f5b..3542844f33 100644 --- a/guides/source/action_view_overview.md +++ b/guides/source/action_view_overview.md @@ -775,8 +775,8 @@ select_day(5) Returns a select tag with options for each of the hours 0 through 23 with the current hour selected. ```ruby -# Generates a select field for minutes that defaults to the minutes for the time provided -select_minute(Time.now + 6.hours) +# Generates a select field for hours that defaults to the hours for the time provided +select_hour(Time.now + 6.hours) ``` #### select_minute -- cgit v1.2.3