Sha256: f3d62969e1f2c0bb23b1cab29254d380d87ec02d8e0856b60a007c475cff8bec
Contents?: true
Size: 116 Bytes
Versions: 4
Compression:
Stored size: 116 Bytes
Contents
class PostChannel < ApplicationCable::Channel def subscribed stream_from "post_#{params[:post_id]}" end end
Version data entries
4 entries across 4 versions & 1 rubygems