Sha256: 11fefc1a765f2bd6f31d8bc513964cd37d284df9a4ddc3017eb2eb604075523d
Contents?: true
Size: 202 Bytes
Versions: 1
Compression:
Stored size: 202 Bytes
Contents
# frozen_string_literal: true module RedisWebManager class ActionsController < ApplicationController # DELETE /flushdb def flushdb; end # DELETE /flushall def flushall; 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/actions_controller.rb |