aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view/helpers/form_options_helper.rb
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2005-01-15 18:57:17 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2005-01-15 18:57:17 +0000
commitc81af992e84169e7e462a99dd1f86b96eff7d345 (patch)
tree149ba4c7bd2afb5b412a691efb4d511673de82b4 /actionpack/lib/action_view/helpers/form_options_helper.rb
parent31901a5939d5bfad8ae543724de8de3a069ab26a (diff)
downloadrails-c81af992e84169e7e462a99dd1f86b96eff7d345.tar.gz
rails-c81af992e84169e7e462a99dd1f86b96eff7d345.tar.bz2
rails-c81af992e84169e7e462a99dd1f86b96eff7d345.zip
Added the option of passing a block to ActiveRecordHelper#form in order to add more to the auto-generated form #469 [dom@sisna.com]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@422 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'actionpack/lib/action_view/helpers/form_options_helper.rb')
-rw-r--r--actionpack/lib/action_view/helpers/form_options_helper.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/actionpack/lib/action_view/helpers/form_options_helper.rb b/actionpack/lib/action_view/helpers/form_options_helper.rb
index 4205903b8f..4f0a0fbfe0 100644
--- a/actionpack/lib/action_view/helpers/form_options_helper.rb
+++ b/actionpack/lib/action_view/helpers/form_options_helper.rb
@@ -4,8 +4,7 @@ require File.dirname(__FILE__) + '/form_helper'
module ActionView
module Helpers
- # Provides a number of methods for turning different kinds of containers into a set of option tags. Neither of the methods provide
- # the actual select tag, so you'll need to construct that in HTML manually.
+ # Provides a number of methods for turning different kinds of containers into a set of option tags.
module FormOptionsHelper
include ERB::Util