mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-12-11 16:21:24 -05:00
5 lines
119 B
CoffeeScript
5 lines
119 B
CoffeeScript
Discourse.UserInvitedController = Ember.ObjectController.extend
|
|
|
|
rescind: (invite) ->
|
|
invite.rescind()
|
|
false
|