六狼论坛's Archiver
首页
›
Html/Css
› Rails:小心_destroy的autocomplete
tiroc
发表于 2013-2-7 14:49:49
Rails:小心_destroy的autocomplete
在Rails的嵌套表单中, 如果在model的accepts_nested_attributes_for后加入了:allow_destroy => true ,就可一通过在表单中提交一个_destroy,来控制是否删除嵌套属性。(嵌套表单)
<div class="quote_title">
页:
[1]
查看完整版本:
Rails:小心_destroy的autocomplete