There's no documentation for this item.
Source Code
# File action_view/helpers/form_options_helper.rb, line 419 def select(method, choices, options = {}, html_options = {}) @template.select(@object_name, method, choices, options.merge(:object => @object), html_options) end
<code/>and<pre/>for code samples.