From 68ddc72f6ff4ff8acc51392239d40ac9b50f5d9a Mon Sep 17 00:00:00 2001
From: Frederick Cheung <frederick.cheung@gmail.com>
Date: Thu, 1 Jan 2009 16:59:19 +0000
Subject: Delete todo section

---
 railties/doc/guides/source/form_helpers.txt | 26 --------------------------
 1 file changed, 26 deletions(-)

(limited to 'railties/doc/guides')

diff --git a/railties/doc/guides/source/form_helpers.txt b/railties/doc/guides/source/form_helpers.txt
index 9ed196778d..381c50519b 100644
--- a/railties/doc/guides/source/form_helpers.txt
+++ b/railties/doc/guides/source/form_helpers.txt
@@ -691,32 +691,6 @@ As a shortcut you can append [] to the name and omit the `:index` option. This i
 produces exactly the same output as the previous example.
 
 
-Miscellaneous
--------------
-
-File upload form
-~~~~~~~~~~~~~~~~
-
-:multipart - If set to true, the enctype is set to "multipart/form-data".
-
-
-
-* `form_for` within a namespace
-
-----------------------------------------------------------------------------
-select_tag(name, option_tags = nil, html_options = { :multiple, :disabled })
-
-select(object, method, choices, options = {}, html_options = {})
-options_for_select(container, selected = nil)
-
-collection_select(object, method, collection, value_method, text_method, options = {}, html_options = {})
-options_from_collection_for_select(collection, value_method, text_method, selected = nil)
-
-time_zone_options_for_select(selected = nil, priority_zones = nil, model = ::ActiveSupport::TimeZone)
-time_zone_select(object, method, priority_zones = nil, options = {}, html_options = {})
-----------------------------------------------------------------------------
-
-
 == Changelog ==
 
 http://rails.lighthouseapp.com/projects/16213-rails-guides/tickets/1[Lighthouse ticket]
-- 
cgit v1.2.3