diff options
Diffstat (limited to 'actionpack')
-rw-r--r-- | actionpack/lib/action_view/helpers/form_helper.rb | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/actionpack/lib/action_view/helpers/form_helper.rb b/actionpack/lib/action_view/helpers/form_helper.rb index 92ec6ee632..192b365bee 100644 --- a/actionpack/lib/action_view/helpers/form_helper.rb +++ b/actionpack/lib/action_view/helpers/form_helper.rb @@ -11,11 +11,6 @@ module ActionView # 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 |