Refactor characteristics/new
This commit is contained in:
parent
7106696533
commit
9cb030ab02
7 changed files with 24 additions and 55 deletions
|
@ -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',
|
||||
});
|
||||
|
|
Reference in a new issue