Spiegel von
https://github.com/paviliondev/discourse-custom-wizard.git
synchronisiert 2024-11-10 12:22:54 +01:00
8 Zeilen
212 B
JavaScript
8 Zeilen
212 B
JavaScript
import IndexRoute from 'wizard/routes/index';
|
|
|
|
export default IndexRoute.extend({
|
|
beforeModel() {
|
|
const appModel = this.modelFor('application');
|
|
this.replaceWith('custom.step', appModel.start);
|
|
}
|
|
});
|