You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: