Spiegel von
https://github.com/paviliondev/discourse-custom-wizard.git
synchronisiert 2024-11-10 12:22:54 +01:00
11 Zeilen
207 B
JavaScript
11 Zeilen
207 B
JavaScript
import CustomWizard from '../models/custom-wizard';
|
|
export default Discourse.Route.extend({
|
|
|
|
model(){
|
|
return CustomWizard.all()
|
|
},
|
|
isEmberized: true
|
|
// isEmberized(){
|
|
// return true;
|
|
// }
|
|
})
|