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

Version Path
msgr-0.14.1.1.b125 spec/integration/dummy/app/controllers/test_controller.rb
msgr-0.14.1.1.b124 spec/integration/dummy/app/controllers/test_controller.rb
msgr-0.14.1.1.b112 spec/integration/dummy/app/controllers/test_controller.rb
msgr-0.14.1.1.b111 spec/integration/dummy/app/controllers/test_controller.rb
msgr-0.14.1.1.b110 spec/integration/dummy/app/controllers/test_controller.rb
msgr-0.14.1 spec/integration/dummy/app/controllers/test_controller.rb
msgr-0.14.0 spec/integration/dummy/app/controllers/test_controller.rb
msgr-0.13.0 spec/integration/dummy/app/controllers/test_controller.rb
msgr-0.12.3 spec/integration/dummy/app/controllers/test_controller.rb
msgr-0.12.2 spec/integration/dummy/app/controllers/test_controller.rb
msgr-0.12.1 spec/integration/dummy/app/controllers/test_controller.rb
msgr-0.12.0 spec/integration/dummy/app/controllers/test_controller.rb
msgr-0.11.1 spec/integration/dummy/app/controllers/test_controller.rb
msgr-0.11.0 spec/integration/dummy/app/controllers/test_controller.rb
msgr-0.11.0.rc3 spec/integration/dummy/app/controllers/test_controller.rb
msgr-0.11.0.rc2 spec/integration/dummy/app/controllers/test_controller.rb
msgr-0.11.0.rc1 spec/integration/dummy/app/controllers/test_controller.rb
msgr-0.10.2 spec/integration/dummy/app/controllers/test_controller.rb
msgr-0.10.1 spec/integration/dummy/app/controllers/test_controller.rb
msgr-0.10.0 spec/integration/dummy/app/controllers/test_controller.rb