From 66d6cab9874e599bd4bde946a9a699b1aa17a737 Mon Sep 17 00:00:00 2001 From: "shingo.nakanishi" Date: Thu, 17 Sep 2015 17:06:54 +0900 Subject: [PATCH] Fixed helpers submit button Examples [ci skip] --- actionview/lib/action_view/helpers/form_helper.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/actionview/lib/action_view/helpers/form_helper.rb b/actionview/lib/action_view/helpers/form_helper.rb index 3a9acafaa2..8c7ba8814e 100644 --- a/actionview/lib/action_view/helpers/form_helper.rb +++ b/actionview/lib/action_view/helpers/form_helper.rb @@ -1881,7 +1881,7 @@ module ActionView # # ==== Examples # button("Create a post") - # # => + # # => # # button do # content_tag(:strong, 'Ask me!')