mirror of
https://github.com/discourse/discourse.git
synced 2025-05-30 07:11:34 +08:00
6 lines
119 B
CoffeeScript
6 lines
119 B
CoffeeScript
Discourse.UserInvitedController = Ember.ObjectController.extend
|
|
|
|
rescind: (invite) ->
|
|
invite.rescind()
|
|
false
|