Refactor characteristics/new

This commit is contained in:
Matthew Dillon 2015-11-05 14:18:59 -07:00
parent 7106696533
commit 9cb030ab02
7 changed files with 24 additions and 55 deletions

View file

@ -5,5 +5,6 @@ const { Controller } = Ember;
export default Controller.extend(SaveModel, {
// Required for SaveModel mixin
fallbackRoute: 'protected.species.show',
fallbackRouteSave: 'protected.species.show',
fallbackRouteCancel: 'protected.species.index',
});