6 lines
119 B
CoffeeScript
6 lines
119 B
CoffeeScript
Discourse.UserInvitedController = Ember.ObjectController.extend
|
|
|
|
rescind: (invite) ->
|
|
invite.rescind()
|
|
false
|