-
Notifications
You must be signed in to change notification settings - Fork 328
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#210 added the ability to set `targets` on a stream tag. But that doesn't work nicely with the `Broadcastable` helper methods. Currently you have to do this to target some `targets`: ```ruby after_update_commit -> { broadcast_update_to self, target: nil, targets: ".class_name" } ``` This PR improves things so that you don't need to provide `target: nil` anymore. -- This PR is a continuation of the work made by @ghiculescu at PR turbo-rails#408
- Loading branch information
1 parent
e44b6a9
commit 5d6e604
Showing
1 changed file
with
48 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters