From 4717c3e78acb782da4f8a9cd40ae1090f711ef1b Mon Sep 17 00:00:00 2001 From: rulingcom Date: Sat, 1 Jul 2023 11:22:38 +0800 Subject: [PATCH] fix --- app/controllers/admin/box_controller.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/app/controllers/admin/box_controller.rb b/app/controllers/admin/box_controller.rb index 0f62630..7ec7516 100644 --- a/app/controllers/admin/box_controller.rb +++ b/app/controllers/admin/box_controller.rb @@ -1,4 +1,5 @@ class Admin::BoxController < ApplicationController + include ActionController::Live include ReverseProxy::Controller SocketFile = "#{Rails.root}/tmp/box.sock" Binary = File.expand_path("../../../../bin/box", __FILE__)