Class: RedisWebManager::ClientsController
- Inherits:
-
ApplicationController
- Object
- ActionController::Base
- ApplicationController
- RedisWebManager::ClientsController
- Defined in:
- app/controllers/redis_web_manager/clients_controller.rb
Instance Method Summary collapse
-
#index ⇒ Object
GET /clients.
Instance Method Details
#index ⇒ Object
GET /clients
6 7 8 9 10 |
# File 'app/controllers/redis_web_manager/clients_controller.rb', line 6 def index @status = info.status @url = connection.id @clients = info.clients.map(&:symbolize_keys) end |