aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/action_view_overview.md
diff options
context:
space:
mode:
authorYoshiyuki Hirano <yhirano@me.com>2017-10-12 09:10:58 +0900
committerYoshiyuki Hirano <yhirano@me.com>2017-10-12 09:10:58 +0900
commit621e1a21f3f09de43885501741500faadea10b05 (patch)
tree71b3704efa6170bd02c6e46a8ec401cac57054fb /guides/source/action_view_overview.md
parent68a2888ef08faf38c0643921a8259beef5fbe630 (diff)
downloadrails-621e1a21f3f09de43885501741500faadea10b05.tar.gz
rails-621e1a21f3f09de43885501741500faadea10b05.tar.bz2
rails-621e1a21f3f09de43885501741500faadea10b05.zip
Remove a needless space in Action View Guide [ci skip]
Diffstat (limited to 'guides/source/action_view_overview.md')
-rw-r--r--guides/source/action_view_overview.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/action_view_overview.md b/guides/source/action_view_overview.md
index 349108c207..c1e02745de 100644
--- a/guides/source/action_view_overview.md
+++ b/guides/source/action_view_overview.md
@@ -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