GreenStepsChatt / greensteps

This is the web app for Green Steps, a community focused initiative that incentivizes litter cleanup in the Chattanooga area.
https://www.greenstepschatt.com/
MIT License
12 stars 31 forks source link

Issue59 user soft delete #92

Closed crawfoal closed 6 years ago

crawfoal commented 6 years ago

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