Skip to content

Alias a route to another in a different branch #7

@rhyek

Description

@rhyek

If I have route a/b/c, how could I alias x/y to it?
Example:

this.route('a', function() {
    this.route('b', function() {
        this.route('c');
    });
});
this.route('x', function() {
    this.alias('y', '/y', ?);
});

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions