File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
actionview/lib/action_view/helpers Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ module Helpers # :nodoc:
31
31
# of the resource should show the current values of those attributes.
32
32
#
33
33
# In \Rails, this is usually achieved by creating the form using either
34
- # #form_with or + form_for+ and a number of related helper methods. These
34
+ # #form_with or # form_for and a number of related helper methods. These
35
35
# methods generate an appropriate <tt>form</tt> tag and yield a form
36
36
# builder object that knows the model the form is about. Input fields are
37
37
# created by calling methods defined on the form builder, which means they
@@ -42,7 +42,7 @@ module Helpers # :nodoc:
42
42
#
43
43
# For example, to create a new person you typically set up a new instance of
44
44
# +Person+ in the <tt>PeopleController#new</tt> action, <tt>@person</tt>, and
45
- # in the view template pass that object to #form_with or + form_for+ :
45
+ # in the view template pass that object to #form_with or # form_for:
46
46
#
47
47
# <%= form_with model: @person do |f| %>
48
48
# <%= f.label :first_name %>:
You can’t perform that action at this time.
0 commit comments