From 4071caad2a8e352cd67dd43ae80d1d9bd1bd5ac3 Mon Sep 17 00:00:00 2001 From: yui-knk Date: Sun, 7 Jun 2015 21:56:26 +0900 Subject: [ci skip] Fix hours to minutes in `select_minute` --- guides/source/action_view_overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'guides/source') diff --git a/guides/source/action_view_overview.md b/guides/source/action_view_overview.md index eff64fad20..09fac41491 100644 --- a/guides/source/action_view_overview.md +++ b/guides/source/action_view_overview.md @@ -707,7 +707,7 @@ Returns a select tag with options for each of the minutes 0 through 59 with the ```ruby # Generates a select field for minutes that defaults to the minutes for the time provided. -select_minute(Time.now + 6.hours) +select_minute(Time.now + 10.minutes) ``` #### select_month -- cgit v1.2.3