Alek Yageornba

Joined

10 Experience
0 Lessons Completed
0 Questions Solved

Activity

Posted in How to add Notifications to Rails with Noticed Discussion

I had the same issue and fixed it by adding deliver_by :action_cable in my Noticed notification class and making sure the user was subscribed to the correct Turbo Stream channel.