i have this models Person
class Person has_many :addresses, as: :resource, dependent: :destroy accepts_nested_attributes_for :addresses, allow_destroy: true