aboutsummaryrefslogtreecommitdiffstats
path: root/lib/action_cable/channel/broadcasting.rb
Commit message (Collapse)AuthorAgeFilesLines
* move the require of object/to_param to channel/broadcasting because that is ↵Lachlan Sylvester2015-08-021-0/+2
| | | | where it is needed.
* add broadcast_to and stream_for methods as per #26Lachlan Sylvester2015-07-281-0/+27