1
0
Fork 0
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:
Yoshiyuki Hirano 2017-10-12 09:10:58 +09:00
parent 68a2888ef0
commit 621e1a21f3

View file

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