This commit is contained in:
Matthew Ryan Dillon 2015-10-16 11:07:09 -07:00
parent bcd2bbb4c4
commit d3355370fd
6 changed files with 4 additions and 10 deletions

View file

@ -3,7 +3,7 @@ import Ember from 'ember';
export default Ember.Controller.extend({
actions: {
delete: function() {
this.get('model').destroyRecord()
this.get('model').destroyRecord();
this.transitionToRoute('protected.characteristics.index');
},
},