Sha256: 067f62c0e5dbcf5581335692dcbed30f983d502520376d535cc204472fa533d6

Contents?: true

Size: 193 Bytes

Versions: 7

Compression:

Stored size: 193 Bytes

Contents

module Resque
  module Queues
    class InfoController < ActionController::Metal
      def show
        self.response_body = {data: Resque.queues_info.data}.to_json
      end
    end
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
resque-integration-3.8.2 app/controllers/resque/queues/info_controller.rb
resque-integration-3.8.1 app/controllers/resque/queues/info_controller.rb
resque-integration-3.8.0 app/controllers/resque/queues/info_controller.rb
resque-integration-3.7.1 app/controllers/resque/queues/info_controller.rb
resque-integration-3.5.1 app/controllers/resque/queues/info_controller.rb
resque-integration-3.5.0 app/controllers/resque/queues/info_controller.rb
resque-integration-3.4.1 app/controllers/resque/queues/info_controller.rb