1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Improve Active View Overview guide. [ci skip]

This commit is contained in:
Daniel Dawson 2013-07-11 16:20:42 +01:00
parent 424d840efb
commit 9cf1f9e6f5

View file

@ -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