Refactoring strains

This commit is contained in:
Matthew Dillon 2015-07-08 14:44:24 -08:00
parent 5290e7efd7
commit 01a3075655
23 changed files with 275 additions and 223 deletions

View file

@ -12,6 +12,7 @@ export default Ember.Controller.extend({
this.get('flashMessages').error(err.responseJSON.error);
});
} else {
species.deleteRecord();
this.transitionToRoute('species.index');
}
},