Refactoring strains
This commit is contained in:
parent
5290e7efd7
commit
01a3075655
23 changed files with 275 additions and 223 deletions
|
@ -12,6 +12,7 @@ export default Ember.Controller.extend({
|
|||
this.get('flashMessages').error(err.responseJSON.error);
|
||||
});
|
||||
} else {
|
||||
species.deleteRecord();
|
||||
this.transitionToRoute('species.index');
|
||||
}
|
||||
},
|
||||
|
|
Reference in a new issue