diff options
author | Andreas Scherer <andreas_coder@freenet.de> | 2009-02-17 23:22:15 +0100 |
---|---|---|
committer | Andreas Scherer <andreas_coder@freenet.de> | 2009-02-17 23:22:15 +0100 |
commit | 245c77666c98b0de178761ea3f3ac678a9cc6c84 (patch) | |
tree | 93858fc74c28e4248c0d6fd5ed91c757eb4e9634 /railties/guides/source/form_helpers.textile | |
parent | 190984567eef0625d25f450d73af9e7cc5d9cd0c (diff) | |
download | rails-245c77666c98b0de178761ea3f3ac678a9cc6c84.tar.gz rails-245c77666c98b0de178761ea3f3ac678a9cc6c84.tar.bz2 rails-245c77666c98b0de178761ea3f3ac678a9cc6c84.zip |
Remove superflous 'notextile'.
'+' already works as desired.
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: |