Skip to content
Snippets Groups Projects
Commit a9776131 authored by Rysev, Gleb (UG - SISC)'s avatar Rysev, Gleb (UG - SISC)
Browse files

Fix for account cancel

parent a54fe7b4
Branches 42-views-and-layouts
No related tags found
No related merge requests found
Pipeline #30866 failed
...@@ -49,7 +49,7 @@ class User < ApplicationRecord ...@@ -49,7 +49,7 @@ class User < ApplicationRecord
user user
end end
has_many :habits, dependent: :destroy has_many :habits, dependent: :destroy
has_many :goals, dependent: :destroy has_many :goals
has_many :push_subscriptions, dependent: :destroy has_many :push_subscriptions, dependent: :destroy
has_many :auths has_many :auths
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment