aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/form_helpers.md
diff options
context:
space:
mode:
authorEileen M. Uchitelle <eileencodes@users.noreply.github.com>2017-12-13 10:23:14 -0500
committerGitHub <noreply@github.com>2017-12-13 10:23:14 -0500
commit53593a66362550367561507e12576a876a0cbb6c (patch)
tree86bc8ec5875ad366253dd17ffbdc25850d207c4d /guides/source/form_helpers.md
parent74c4017daff90df6bebf260cbcec03c73aa3be10 (diff)
parent10dfb153ebf138ca76675c3d38e4805a34bc8335 (diff)
downloadrails-53593a66362550367561507e12576a876a0cbb6c.tar.gz
rails-53593a66362550367561507e12576a876a0cbb6c.tar.bz2
rails-53593a66362550367561507e12576a876a0cbb6c.zip
Merge pull request #30474 from yhirano55/make_it_same_title_in_index_and_page
Make it same title in index and page [ci skip]
Diffstat (limited to 'guides/source/form_helpers.md')
-rw-r--r--guides/source/form_helpers.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/guides/source/form_helpers.md b/guides/source/form_helpers.md
index f8ec389b01..53c567727f 100644
--- a/guides/source/form_helpers.md
+++ b/guides/source/form_helpers.md
@@ -1,7 +1,7 @@
**DO NOT READ THIS FILE ON GITHUB, GUIDES ARE PUBLISHED ON http://guides.rubyonrails.org.**
-Form Helpers
-============
+Action View Form Helpers
+========================
Forms in web applications are an essential interface for user input. However, form markup can quickly become tedious to write and maintain because of the need to handle form control naming and its numerous attributes. Rails does away with this complexity by providing view helpers for generating form markup. However, since these helpers have different use cases, developers need to know the differences between the helper methods before putting them to use.