diff options
author | Frederick Cheung <frederick.cheung@gmail.com> | 2008-12-31 18:08:38 +0000 |
---|---|---|
committer | Frederick Cheung <frederick.cheung@gmail.com> | 2008-12-31 18:08:38 +0000 |
commit | 85b22f79abaa8e8aeb2cb21b1703cb5c4d9e401b (patch) | |
tree | 6ab6b863640fc73704eeeeb15b33c3836ed0ad18 /railties | |
parent | a8ca7c051de7ae18d8e7091c1517700e933e8dfd (diff) | |
download | rails-85b22f79abaa8e8aeb2cb21b1703cb5c4d9e401b.tar.gz rails-85b22f79abaa8e8aeb2cb21b1703cb5c4d9e401b.tar.bz2 rails-85b22f79abaa8e8aeb2cb21b1703cb5c4d9e401b.zip |
put credits at end, consistent with other guides
Diffstat (limited to 'railties')
-rw-r--r-- | railties/doc/guides/source/form_helpers.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/railties/doc/guides/source/form_helpers.txt b/railties/doc/guides/source/form_helpers.txt index 5ae3f5ad1d..315b94b5e9 100644 --- a/railties/doc/guides/source/form_helpers.txt +++ b/railties/doc/guides/source/form_helpers.txt @@ -493,3 +493,11 @@ time_zone_select(object, method, priority_zones = nil, options = {}, html_option Form builders ------------- + +== Changelog == + +http://rails.lighthouseapp.com/projects/16213-rails-guides/tickets/1[Lighthouse ticket] + +Mislav Marohnić <mislav.marohnic@gmail.com> + +link:../authors.html#fcheung[Frederick Cheung] |