Sha256: 6bb00fdbc8f8c110e773f3927ce2b35e97654abe44ac5653fae30e2d83c49171

Contents?: true

Size: 261 Bytes

Versions: 1

Compression:

Stored size: 261 Bytes

Contents

# frozen_string_literal: true

module RedisWebManager
  class ClientsController < ApplicationController
    # GET /clients
    def index
      @status = info.status
      @url = connection.id
      @clients = info.clients.map(&:symbolize_keys)
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
redis_web_manager-0.1.6 app/controllers/redis_web_manager/clients_controller.rb