From 114fdc451b77ff9d5e269c796a718479eb6b4ca0 Mon Sep 17 00:00:00 2001 From: "T.J. Schuck" Date: Wed, 9 Aug 2017 11:09:28 -0400 Subject: Fix broken RDoc formatting MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The `@` ivar format doesn’t work with RDoc's `+` code formatting; needs ``. [ci skip] --- actionview/lib/action_view/helpers/form_helper.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actionview/lib') diff --git a/actionview/lib/action_view/helpers/form_helper.rb b/actionview/lib/action_view/helpers/form_helper.rb index 8b6322f8ad..082ea85aba 100644 --- a/actionview/lib/action_view/helpers/form_helper.rb +++ b/actionview/lib/action_view/helpers/form_helper.rb @@ -1569,7 +1569,7 @@ module ActionView # In the above block, a +FormBuilder+ object is yielded as the # +person_form+ variable. This allows you to generate the +text_field+ # and +check_box+ fields by specifying their eponymous methods, which - # modify the underlying template and associates the +@person+ model object + # modify the underlying template and associates the @person model object # with the form. # # The +FormBuilder+ object can be thought of as serving as a proxy for the -- cgit v1.2.3