simple_form nested attribute with paperclip empty

Clear all nested empty file with :


 accepts_nested_attributes_for :reply_attachments , 
:reject_if => proc { |attributes| attributes['photo'].blank? }, :allow_destroy => true

你可能感兴趣的:(simple_form nested attribute with paperclip empty)