diff options
author | Frederick Cheung <frederick.cheung@gmail.com> | 2009-01-24 13:31:21 +0000 |
---|---|---|
committer | Frederick Cheung <frederick.cheung@gmail.com> | 2009-01-24 13:41:29 +0000 |
commit | ba3c9ba22b01ecad6d837dd3d8d5ca0514d05c68 (patch) | |
tree | 62bc87605019965e566106c96014452b43fede76 /railties | |
parent | 5b1fe6cdf99822c783fd1b28108d639ece79300c (diff) | |
download | rails-ba3c9ba22b01ecad6d837dd3d8d5ca0514d05c68.tar.gz rails-ba3c9ba22b01ecad6d837dd3d8d5ca0514d05c68.tar.bz2 rails-ba3c9ba22b01ecad6d837dd3d8d5ca0514d05c68.zip |
attributions belong at the bottom
Diffstat (limited to 'railties')
-rw-r--r-- | railties/doc/guides/source/form_helpers.txt | 1 |
1 files changed, 0 insertions, 1 deletions
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ć <mislav.marohnic@gmail.com> 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. |