We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a71870 commit c302292Copy full SHA for c302292
1 file changed
tests/dummy/app/initializers/navigation.js
@@ -6,18 +6,10 @@ initializer = {
6
initialize: function() {
7
return Navigation.map(function() {
8
9
- /*
10
- Dashboard page
11
- You can owerride this if you don't use dashboard
12
- */
13
this.navigate("Dashboard", {
14
route: "dashboard"
15
});
16
- this.navigate("Admin", function() {
17
- this.navigate("Users");
18
- return this.navigate("User Categories");
19
- });
20
- return this.navigate("Catalogues");
+ this.navigate("Users");
21
22
}
23
};
0 commit comments