Skip to content

Commit 00b5f96

Browse files
authored
Fix channel name (#499)
1 parent d23f3d9 commit 00b5f96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/delivery_methods/action_cable.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Sends a notification to the browser via websockets (ActionCable channel by defau
44

55
```ruby
66
deliver_by :action_cable do |config|
7-
config.channel = "Noticed::NotificationsChannel"
7+
config.channel = "Noticed::NotificationChannel"
88
config.stream = ->{ recipient }
99
config.message = ->{ params.merge( user_id: recipient.id) }
1010
end

0 commit comments

Comments
 (0)