Clear all nested empty file with :
accepts_nested_attributes_for :reply_attachments ,
:reject_if => proc { |attributes| attributes['photo'].blank? }, :allow_destroy => true
本文探讨了为何大部分程序员难以转型成为架构师的原因,并简要提及了一个关于清理嵌套空文件的技术实现。
Clear all nested empty file with :
accepts_nested_attributes_for :reply_attachments ,
:reject_if => proc { |attributes| attributes['photo'].blank? }, :allow_destroy => true
转载于:https://my.oschina.net/imot/blog/422231

被折叠的 条评论
为什么被折叠?