From ba3c9ba22b01ecad6d837dd3d8d5ca0514d05c68 Mon Sep 17 00:00:00 2001 From: Frederick Cheung Date: Sat, 24 Jan 2009 13:31:21 +0000 Subject: attributions belong at the bottom --- railties/doc/guides/source/form_helpers.txt | 1 - 1 file changed, 1 deletion(-) (limited to 'railties') diff --git a/railties/doc/guides/source/form_helpers.txt b/railties/doc/guides/source/form_helpers.txt index 3fc505adcb..24d5f022c0 100644 --- a/railties/doc/guides/source/form_helpers.txt +++ b/railties/doc/guides/source/form_helpers.txt @@ -1,6 +1,5 @@ Rails form helpers ================== -Mislav Marohnić Forms in web applications are an essential interface for user input. However, form markup can quickly become tedious to write and maintain because of form control naming and their numerous attributes. Rails deals away with these complexities by providing view helpers for generating form markup. However, since they have different use-cases, developers are required to know all the differences between similar helper methods before putting them to use. -- cgit v1.2.3