Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor to use
model
instead of record
as argument in Action Cable
We refer to `model` elsewhere in Action Cable's implementation, so use the same in `stream_or_reject_for` as well to keep the consistency. Simplify the docs for the method to remove the usage "intention" (that's not up to us) and mention it rejects the "subscription", not the "connection".
- Loading branch information