Refactored users/edit
This commit is contained in:
parent
b742ddbb51
commit
1dd0910ed1
13 changed files with 92 additions and 65 deletions
|
@ -6,5 +6,5 @@ const { Controller } = Ember;
|
|||
export default Controller.extend(SaveModel, {
|
||||
// Required for SaveModel mixin
|
||||
fallbackRouteSave: 'protected.characteristics.show',
|
||||
fallbackRouteCancel: 'protected.characteristics.index',
|
||||
fallbackRouteCancel: 'protected.characteristics.show',
|
||||
});
|
||||
|
|
Reference in a new issue