<% form_for @jobs,:html => { :multipart => true },:remote => true do |f| %>
该表单工作正常非远程,但如果我添加的远程=> true,表单提交,返回create.js,但不保存任何数据库或错误?