mirror of
https://github.com/discourse/discourse.git
synced 2024-12-16 16:33:44 +08:00
6 lines
129 B
JavaScript
6 lines
129 B
JavaScript
export default Discourse.Route.extend({
|
|
beforeModel: function() {
|
|
this.replaceWith('userInvited.show', 'pending');
|
|
}
|
|
});
|