Sha256: 379869fe66e755976a53f60525f13b62c3217b35760d95a3cde923ba5e056f18

Contents?: true

Size: 146 Bytes

Versions: 1

Compression:

Stored size: 146 Bytes

Contents

module ActiveJobChannel
  class Channel < ::ActionCable::Channel::Base
    def subscribed
      stream_for 'active_job_channel'
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
active_job_channel-0.0.1 app/channels/active_job_channel/channel.rb