fix error
This commit is contained in:
parent
08c2990a53
commit
8bbe9a0fa5
|
@ -2,7 +2,7 @@ class Admin::BoxController < OrbitAdminController
|
||||||
include ReverseProxy::Controller
|
include ReverseProxy::Controller
|
||||||
SocketFile = "#{Rails.root}/tmp/box.sock"
|
SocketFile = "#{Rails.root}/tmp/box.sock"
|
||||||
Binary = File.expand_path("../../../../bin/box", __FILE__)
|
Binary = File.expand_path("../../../../bin/box", __FILE__)
|
||||||
CSSFile = File.expand_path("../../../white-on-black.css", __FILE__)
|
CSSFile = File.expand_path("../../../../white-on-black.css", __FILE__)
|
||||||
skip_before_filter :verify_authenticity_token
|
skip_before_filter :verify_authenticity_token
|
||||||
|
|
||||||
def index
|
def index
|
||||||
|
|
Loading…
Reference in New Issue