mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-12-02 03:47:34 -05:00
5 lines
132 B
JavaScript
5 lines
132 B
JavaScript
export default Discourse.Route.extend({
|
|
beforeModel: function() {
|
|
this.transitionTo('adminUsersList.show', 'active');
|
|
}
|
|
});
|