We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 424d840 commit 9cf1f9eCopy full SHA for 9cf1f9e
guides/source/action_view_overview.md
@@ -775,8 +775,8 @@ select_day(5)
775
Returns a select tag with options for each of the hours 0 through 23 with the current hour selected.
776
777
```ruby
778
-# Generates a select field for minutes that defaults to the minutes for the time provided
779
-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)
780
```
781
782
#### select_minute
0 commit comments