use d-buttons, and other small tweaks

This commit is contained in:
Neil Lalonde
2015-03-10 13:06:08 -04:00
parent b5263b9b9b
commit be446b7e50
4 changed files with 26 additions and 10 deletions

View File

@ -92,6 +92,14 @@ export default ObjectController.extend(CanCheckEmails, {
self.get('model').revokeApiKey();
}
});
},
anonymize: function() {
this.get('model').anonymize();
},
destroy: function() {
this.get('model').destroy();
}
}