Sha256: 409c69a7961b18c6dd102d41c698faeadff45b2e152de53d410df3afe018d708

Contents?: true

Size: 185 Bytes

Versions: 99

Compression:

Stored size: 185 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

99 entries across 99 versions & 1 rubygems

Version Path
msgr-1.7.0 spec/integration/dummy/app/controllers/test_controller.rb
msgr-1.6.1 spec/integration/dummy/app/controllers/test_controller.rb
msgr-1.6.0 spec/integration/dummy/app/controllers/test_controller.rb
msgr-1.5.0 spec/integration/dummy/app/controllers/test_controller.rb
msgr-1.4.0 spec/integration/dummy/app/controllers/test_controller.rb
msgr-1.3.2 spec/integration/dummy/app/controllers/test_controller.rb
msgr-1.3.1 spec/integration/dummy/app/controllers/test_controller.rb
msgr-1.3.0 spec/integration/dummy/app/controllers/test_controller.rb
msgr-1.2.0 spec/integration/dummy/app/controllers/test_controller.rb
msgr-1.1.0.1.b306 spec/integration/dummy/app/controllers/test_controller.rb
msgr-1.1.0.1.b305 spec/integration/dummy/app/controllers/test_controller.rb
msgr-1.1.0.1.b302 spec/integration/dummy/app/controllers/test_controller.rb
msgr-1.1.0.1.b301 spec/integration/dummy/app/controllers/test_controller.rb
msgr-1.1.0.1.b300 spec/integration/dummy/app/controllers/test_controller.rb
msgr-1.1.0.1.b297 spec/integration/dummy/app/controllers/test_controller.rb
msgr-1.1.0.1.b296 spec/integration/dummy/app/controllers/test_controller.rb
msgr-1.1.0.1.b295 spec/integration/dummy/app/controllers/test_controller.rb
msgr-1.1.0.1.b292 spec/integration/dummy/app/controllers/test_controller.rb
msgr-1.1.0.1.b291 spec/integration/dummy/app/controllers/test_controller.rb
msgr-1.1.0.1.b288 spec/integration/dummy/app/controllers/test_controller.rb