Sha256: 30b7db7911c5f8a266b9b3db9ec054df139d0bcddc8478a0e28190ced45b726e

Contents?: true

Size: 268 Bytes

Versions: 1

Compression:

Stored size: 268 Bytes

Contents

# frozen_string_literal: true

module RedisWebManager
  class DashboardController < ApplicationController
    # GET /dashboard
    def index
      @status = info.status
      @url = connection.id
      @memory = []
      @cpu = []
      @client = []
    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/dashboard_controller.rb