Closed crawfoal closed 6 years ago
This PR uses the acts_as_paranoid gem to implement user soft-deletion. We don't want to actually delete data when users delete their account because we might need to use this data in reports for grant applications.
acts_as_paranoid
Fixes #59
Description
This PR uses the
acts_as_paranoid
gem to implement user soft-deletion. We don't want to actually delete data when users delete their account because we might need to use this data in reports for grant applications.Fixes #59
Developer Checklist
Maintainer Checklist