fields_for(record_name, record_object = nil, options = {}, &block)
Instance Public methods
Creates a scope around a specific model object like #form_for, but doesn't
create the form tags themselves. This makes #fields_for suitable for
specifying additional model objects in the same form.
Although the usage and purpose of field_for is similar to
form_for's, its method signature is slightly different.
Like form_for, it yields a FormBuilder object associated with a particular
mode