aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index 94c40f079f..5c6cb1c0fe 100644
--- a/README.md
+++ b/README.md
@@ -141,6 +141,9 @@ App.appearance = App.cable.subscriptions.create "AppearanceChannel",
connected: ->
# Called once the subscription has been successfully completed
+ rejected: ->
+ # Called when the subscription is rejected by the server
+
appear: ->
@perform 'appear', appearing_on: @appearingOn()