Skip to content

Commit c302292

Browse files
committed
clear initializer
1 parent 2a71870 commit c302292

1 file changed

Lines changed: 1 addition & 9 deletions

File tree

tests/dummy/app/initializers/navigation.js

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,10 @@ initializer = {
66
initialize: function() {
77
return Navigation.map(function() {
88

9-
/*
10-
Dashboard page
11-
You can owerride this if you don't use dashboard
12-
*/
139
this.navigate("Dashboard", {
1410
route: "dashboard"
1511
});
16-
this.navigate("Admin", function() {
17-
this.navigate("Users");
18-
return this.navigate("User Categories");
19-
});
20-
return this.navigate("Catalogues");
12+
this.navigate("Users");
2113
});
2214
}
2315
};

0 commit comments

Comments
 (0)