From 1cd965000bd0fe02b08cfb973f743d5867f763b4 Mon Sep 17 00:00:00 2001 From: Semyon Perepelitsa Date: Wed, 11 Dec 2013 03:03:49 +0800 Subject: Fix typo in docs, missing colon in Symbol literal [ci skip] --- actionview/lib/action_view/helpers/form_tag_helper.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actionview') diff --git a/actionview/lib/action_view/helpers/form_tag_helper.rb b/actionview/lib/action_view/helpers/form_tag_helper.rb index 142c27ace0..7ceb56625f 100644 --- a/actionview/lib/action_view/helpers/form_tag_helper.rb +++ b/actionview/lib/action_view/helpers/form_tag_helper.rb @@ -465,7 +465,7 @@ module ActionView # # Ask me! # # # - # button_tag "Checkout", data: { disable_with => "Please wait..." } + # button_tag "Checkout", data: { :disable_with => "Please wait..." } # # => # def button_tag(content_or_options = nil, options = nil, &block) -- cgit v1.2.3