mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Remove a needless space in Action View Guide [ci skip]
This commit is contained in:
parent
68a2888ef0
commit
621e1a21f3
1 changed files with 1 additions and 1 deletions
|
@ -1160,7 +1160,7 @@ Returns a string of option tags for pretty much any time zone in the world.
|
|||
Returns select and option tags for the given object and method, using `time_zone_options_for_select` to generate the list of option tags.
|
||||
|
||||
```ruby
|
||||
time_zone_select( "user", "time_zone")
|
||||
time_zone_select("user", "time_zone")
|
||||
```
|
||||
|
||||
#### date_field
|
||||
|
|
Loading…
Reference in a new issue