mgoodhart5/brownfield-of-dreams

Delete videos when deleting a Tutorial

Opened this issue · 0 comments

Background: Currently deleting a Tutorial will leave all of the videos in the database, meaning they will be referencing a tutorial that doesn't exist.

Use ActiveRecords dependent destroy functionality to fix this.