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 d23f3d9 commit 00b5f96Copy full SHA for 00b5f96
docs/delivery_methods/action_cable.md
@@ -4,7 +4,7 @@ Sends a notification to the browser via websockets (ActionCable channel by defau
4
5
```ruby
6
deliver_by :action_cable do |config|
7
- config.channel = "Noticed::NotificationsChannel"
+ config.channel = "Noticed::NotificationChannel"
8
config.stream = ->{ recipient }
9
config.message = ->{ params.merge( user_id: recipient.id) }
10
end
0 commit comments