From 621e1a21f3f09de43885501741500faadea10b05 Mon Sep 17 00:00:00 2001 From: Yoshiyuki Hirano Date: Thu, 12 Oct 2017 09:10:58 +0900 Subject: Remove a needless space in Action View Guide [ci skip] --- guides/source/action_view_overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'guides') 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 -- cgit v1.2.3