diff --git a/actionpack/lib/action_view/helpers/form_helper.rb b/actionpack/lib/action_view/helpers/form_helper.rb index 92ec6ee632533f8a62b8608e14e333d5f6020208..192b365beeab084cedc35d8a253adc578051b231 100644 --- a/actionpack/lib/action_view/helpers/form_helper.rb +++ b/actionpack/lib/action_view/helpers/form_helper.rb @@ -11,11 +11,6 @@ module Helpers # Form helpers are designed to make working with resources much easier # compared to using vanilla HTML. # - # There are methods to generate all kinds of input fields and the form - # element itself. They get convenient names, IDs, endpoints, etc. so that - # you can work at the model level. Thanks to conventions in the HTML they - # generate controllers receive form data nicely structured in +params+. - # # Model-based forms 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