ui/app/authenticated/project/certificates/detail/edit/controller.js

10 lines
192 B
JavaScript

import Controller from '@ember/controller';
export default Controller.extend({
actions: {
back() {
this.send('goToPrevious','authenticated.project.certificates');
},
},
});