]> cat aescling's git repositories - mastodon.git/commit
Fix Devise destroy method being available to delete user record (#3266)
authorEugen Rochko <eugen@zeonfederated.com>
Tue, 23 May 2017 19:32:42 +0000 (21:32 +0200)
committerGitHub <noreply@github.com>
Tue, 23 May 2017 19:32:42 +0000 (21:32 +0200)
commit2ca1f0737a42f2943e8cf063f16eac5f93df2ed3
tree5a8c06f6e90066188e10c08fed66f78223cf41af
parent19ecde8fe77137afc1182132bf81579f933e518b
Fix Devise destroy method being available to delete user record (#3266)

(You may think that we need account deletions, but this way would've just orphaned the db records)
app/controllers/auth/registrations_controller.rb
spec/controllers/auth/registrations_controller_spec.rb