We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4732c91 commit 9f141a4Copy full SHA for 9f141a4
actioncable/lib/action_cable/subscription_adapter/test.rb
@@ -9,7 +9,7 @@ module SubscriptionAdapter
9
#
10
# To use the test adapter set +adapter+ value to +test+ in your +config/cable.yml+ file.
11
12
- # NOTE: Test adapter extends the <tt>ActionCable::SubscriptionsAdapter::Async</tt> adapter,
+ # NOTE: Test adapter extends the <tt>ActionCable::SubscriptionAdapter::Async</tt> adapter,
13
# so it could be used in system tests too.
14
class Test < Async
15
def broadcast(channel, payload)
0 commit comments