diff options
author | Xavier Noria <fxn@hashref.com> | 2009-02-18 16:45:01 +0100 |
---|---|---|
committer | Xavier Noria <fxn@hashref.com> | 2009-02-18 16:45:01 +0100 |
commit | a72b171588a76ca9b13c2649f0f3920f6b34fa71 (patch) | |
tree | f629074d2718fb6b3f9e328c16015d8f69611fa1 /railties/guides/source/form_helpers.textile | |
parent | 4185c2b77c5628e08f6dc1e3cfab2bb6a8f56f53 (diff) | |
parent | d9f037ea1f5075c283f5a66f0fc02114a7260c9a (diff) | |
download | rails-a72b171588a76ca9b13c2649f0f3920f6b34fa71.tar.gz rails-a72b171588a76ca9b13c2649f0f3920f6b34fa71.tar.bz2 rails-a72b171588a76ca9b13c2649f0f3920f6b34fa71.zip |
Merge branch 'master' of git@github.com:lifo/docrails
Diffstat (limited to 'railties/guides/source/form_helpers.textile')
-rw-r--r-- | railties/guides/source/form_helpers.textile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/guides/source/form_helpers.textile b/railties/guides/source/form_helpers.textile index 0bae1396ce..41d8fba3dc 100644 --- a/railties/guides/source/form_helpers.textile +++ b/railties/guides/source/form_helpers.textile @@ -406,7 +406,7 @@ TIP: The second argument to +options_for_select+ must be exactly equal to the de h4. Select boxes for dealing with models -In most cases form controls will be tied to a specific database model and as you might expect Rails provides helpers tailored for that purpose. Consistent with other form helpers, when dealing with models you drop the +<notextile>_tag</notextile>+ suffix from +select_tag+: +In most cases form controls will be tied to a specific database model and as you might expect Rails provides helpers tailored for that purpose. Consistent with other form helpers, when dealing with models you drop the +_tag+ suffix from +select_tag+: <ruby> # controller: |