static public Method

FormBuilder.new(object_name, object, template, options, proc)

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
Comments

Have your say
Please use Textile formatting (click here for a cheat sheet). Use <code/> and <pre/> for code samples.
Click here to login with OpenID to to post comments.