Sha256: b57dca8dd12aaf5569c04e4cfe892c6c040e65ae44d2d581c9ba3e4d00616639

Contents?: true

Size: 184 Bytes

Versions: 23

Compression:

Stored size: 184 Bytes

Contents

# frozen_string_literal: true
class TestController < ApplicationController
  def index
    @data = {abc: 'abc'}

    Msgr.publish @data, to: 'local.test.index'

    head :ok
  end
end

Version data entries

23 entries across 23 versions & 1 rubygems

Version Path
msgr-0.15.2.1.b157 spec/integration/dummy/app/controllers/test_controller.rb
msgr-0.15.2.1.b156 spec/integration/dummy/app/controllers/test_controller.rb
msgr-0.15.2.1.b155 spec/integration/dummy/app/controllers/test_controller.rb
msgr-0.15.2.1.b154 spec/integration/dummy/app/controllers/test_controller.rb
msgr-0.15.2.1.b152 spec/integration/dummy/app/controllers/test_controller.rb
msgr-0.15.1.1.b151 spec/integration/dummy/app/controllers/test_controller.rb
msgr-0.15.2 spec/integration/dummy/app/controllers/test_controller.rb
msgr-0.15.1.1.b150 spec/integration/dummy/app/controllers/test_controller.rb
msgr-0.15.1.1.b146 spec/integration/dummy/app/controllers/test_controller.rb
msgr-0.15.1.1.b145 spec/integration/dummy/app/controllers/test_controller.rb
msgr-0.15.1.1.b144 spec/integration/dummy/app/controllers/test_controller.rb
msgr-0.15.1.1.b143 spec/integration/dummy/app/controllers/test_controller.rb
msgr-0.15.1.1.b141 spec/integration/dummy/app/controllers/test_controller.rb
msgr-0.15.0.1.b140 spec/integration/dummy/app/controllers/test_controller.rb
msgr-0.15.1 spec/integration/dummy/app/controllers/test_controller.rb
msgr-0.15.0.1.b139 spec/integration/dummy/app/controllers/test_controller.rb
msgr-0.15.0.1.b136 spec/integration/dummy/app/controllers/test_controller.rb
msgr-0.15.0.1.b135 spec/integration/dummy/app/controllers/test_controller.rb
msgr-0.15.0.1.b134 spec/integration/dummy/app/controllers/test_controller.rb
msgr-0.15.0.1.b131 spec/integration/dummy/app/controllers/test_controller.rb