mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Merge pull request #24056 from lifo/cable-create-subscriptions-fix
Fix ActionCable.Subscriptions#create
This commit is contained in:
commit
7fe67bb67a
1 changed files with 2 additions and 0 deletions
|
@ -16,6 +16,8 @@ class ActionCable.Subscriptions
|
||||||
subscription = new ActionCable.Subscription @consumer, params, mixin
|
subscription = new ActionCable.Subscription @consumer, params, mixin
|
||||||
@add(subscription)
|
@add(subscription)
|
||||||
|
|
||||||
|
subscription
|
||||||
|
|
||||||
# Private
|
# Private
|
||||||
|
|
||||||
add: (subscription) ->
|
add: (subscription) ->
|
||||||
|
|
Loading…
Reference in a new issue