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
and the foreign key constraint between the categories and the listings due in part to Listings belongs_to :category, class_name: "Category" relationship. When a category that is associated with listings is deleted, the listing also gets deleted leading to messages also becoming obsolete.
The text was updated successfully, but these errors were encountered:
Because of how my Category model is set up
and the foreign key constraint between the categories and the listings due in part to Listings belongs_to :category, class_name: "Category" relationship. When a category that is associated with listings is deleted, the listing also gets deleted leading to messages also becoming obsolete.
The text was updated successfully, but these errors were encountered: