We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When broadcasting an object via ActionCable doesn't seem to being presented by the serializer (while it does when fetched from an API).
It would be great to also have a support for ActionCable :)
current_user
NotificationsChannel.broadcast_to(current_user, Notification.last)
The text was updated successfully, but these errors were encountered:
I've never used action cable. Does it have a renderer?
Sorry, something went wrong.
I will try to figure this out.
No branches or pull requests
Expected behavior vs actual behavior
When broadcasting an object via ActionCable doesn't seem to being presented by the serializer (while it does when fetched from an API).
It would be great to also have a support for ActionCable :)
Steps to reproduce
current_user
NotificationsChannel.broadcast_to(current_user, Notification.last)
The text was updated successfully, but these errors were encountered: