Skip to content

Commit

Permalink
Fix channel name (#499)
Browse files Browse the repository at this point in the history
  • Loading branch information
ibrahima authored Oct 29, 2024
1 parent d23f3d9 commit 00b5f96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/delivery_methods/action_cable.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Sends a notification to the browser via websockets (ActionCable channel by defau

```ruby
deliver_by :action_cable do |config|
config.channel = "Noticed::NotificationsChannel"
config.channel = "Noticed::NotificationChannel"
config.stream = ->{ recipient }
config.message = ->{ params.merge( user_id: recipient.id) }
end
Expand Down

0 comments on commit 00b5f96

Please sign in to comment.