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:
parent
424d840efb
commit
9cf1f9e6f5
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue