阅读背景:

Simple_form & Nested attributes save blank model because of date attributes

来源:互联网 

Model User

模型用户

class User < ApplicationRecord
  has_many :experiences, dependent: :destroy
  accepts_nested_attributes_for :experiences, reject_if: :all_blank, allow_destroy: true
end
class User < ApplicationRec



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: