mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-12-01 11:28:15 -05:00
6 lines
124 B
Text
6 lines
124 B
Text
|
export default Discourse.Route.extend({
|
||
|
redirect: function() {
|
||
|
this.transitionTo("adminGroupsType", "custom");
|
||
|
}
|
||
|
})
|