# File lib/action_view/helpers/prototype_helper.rb, line 174 def remote_form_for(object_name, object, options = {}, &proc) concat(form_remote_tag(options), proc.binding) fields_for(object_name, object, options, &proc) concat('</form>', proc.binding) end