Sha256: c67d866f91d9a029625f4958004a5f4a07cfe5a8553722258571d98eee10dc27
Contents?: true
Size: 169 Bytes
Versions: 32
Compression:
Stored size: 169 Bytes
Contents
class TestController < ApplicationController def index @data = { abc: 'abc' } Msgr.publish @data, to: 'local.test.index' render nothing: true end end
Version data entries
32 entries across 32 versions & 1 rubygems