From 177734836fc66fc9f1076dc99c6641c42348566e Mon Sep 17 00:00:00 2001 From: Mark Thomson Date: Thu, 8 Mar 2012 15:46:08 -0600 Subject: Small correction to the description of the role of the form builder. (endpoints are generated by form_for without reference to the form builder) --- actionpack/lib/action_view/helpers/form_helper.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actionpack/lib/action_view/helpers') diff --git a/actionpack/lib/action_view/helpers/form_helper.rb b/actionpack/lib/action_view/helpers/form_helper.rb index 7492ef56c6..6de53bbb95 100644 --- a/actionpack/lib/action_view/helpers/form_helper.rb +++ b/actionpack/lib/action_view/helpers/form_helper.rb @@ -19,7 +19,7 @@ module ActionView # Forms for models are created with +form_for+. That method yields a form # builder that knows the model the form is about. The form builder is thus # able to generate default values for input fields that correspond to model - # attributes, and also convenient names, IDs, endpoints, etc. + # attributes, and also convenient names, and IDs, etc. # # Conventions in the generated field names allow controllers to receive form # data nicely structured in +params+ with no effort on your side. -- cgit v1.2.3