diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/action_cable/channel/redis.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/action_cable/channel/redis.rb b/lib/action_cable/channel/redis.rb index 2aca785cbe..00a8230a74 100644 --- a/lib/action_cable/channel/redis.rb +++ b/lib/action_cable/channel/redis.rb @@ -25,7 +25,7 @@ module ActionCable end def pubsub - @connection.pubsub + @connection.class.pubsub end end |