设置gem之后一切都工作得很好但是发布后用户评论确实保存在db中有人知道为什么?
db
评论ID:12,标题:"",评论:nil,commentable_id:36, commentable_type:" Dispute",user_id:12,created_at:" 2017-05-21 05:27:42",updated_at:" 2017-05-21 05:27:42"
.style("fill", function(d){
return !d.parent ? "blue" : (d.data.id === "A.D.B" || d.data.id === "A.D.D") ? "red" :
"black";
})