Open olivier-thatch opened 1 year ago
Goes with https://github.com/rubocop/rubocop-rails/pull/1035.
When using accepts_nested_attributes_for, it is preferable to make an explicit decision regarding how nested attributes are going to be used when an associated record already exists.
accepts_nested_attributes_for
Goes with https://github.com/rubocop/rubocop-rails/pull/1035.
When using
accepts_nested_attributes_for
, it is preferable to make an explicit decision regarding how nested attributes are going to be used when an associated record already exists.