There's no documentation for this item.
Source Code
# File action_view/helpers/form_helper.rb, line 648 def initialize(object_name, object, template, options, proc) @object_name, @object, @template, @options, @proc = object_name, object, template, options, proc @default_options = @options ? @options.slice(:index) : {} end
<code/>and<pre/>for code samples.