Rails Delete Child On Parent Delete

[Solved] Rails Delete Child On Parent Delete | Ruby - Code Explorer | yomemimo.com
Question : rails delete child on parent delete

Answered by : loriel-desamito

class Widgets < ActiveRecord::Base has_many :whatevers, :dependent => :destroy
end

Source : https://stackoverflow.com/questions/2203835/how-can-i-delete-child-objects-when-the-parent-is-deleted-in-rails | Last Update : Mon, 23 May 22

Answers related to rails delete child on parent delete

Code Explorer Popular Question For Ruby