i know the form_for is use show some model in the form,and also can
make BLANK form for make new model.
now,i use the fields_for tag to get the associated model done with the
master model together(means one form)
my question is whether the fields_for can make blank form as the
form_for done?
thanks