Sha256: 3c372956a60954d109759b539ba711ec9de8b563d2a073d9f98077e144e5a6cb
Contents?: true
Size: 202 Bytes
Versions: 32
Compression:
Stored size: 202 Bytes
Contents
class TestConsumer < ApplicationConsumer def index data = { fuubar: 'abc' } publish data, to: 'local.test.another_action' end def another_action puts "#{payload.inspect}" end end
Version data entries
32 entries across 32 versions & 1 rubygems