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