From 876548a7e7307fc7d4c22fb6560df1474353d0cf Mon Sep 17 00:00:00 2001 From: Carlos Antonio da Silva Date: Fri, 19 Jul 2019 18:08:16 -0300 Subject: Fix argument in doc sample of new `sms_to` helper [ci skip] --- actionview/lib/action_view/helpers/url_helper.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actionview') diff --git a/actionview/lib/action_view/helpers/url_helper.rb b/actionview/lib/action_view/helpers/url_helper.rb index 1332bc889b..3df2eaf079 100644 --- a/actionview/lib/action_view/helpers/url_helper.rb +++ b/actionview/lib/action_view/helpers/url_helper.rb @@ -592,7 +592,7 @@ module ActionView # # => Text me # # sms_to "5155555785", "Text me", - # subject: "Hello Jim I have a question about your product." + # body: "Hello Jim I have a question about your product." # # => Text me # # You can use a block as well if your link target is hard to fit into the name parameter. ERB example: -- cgit v1.2.3