From 9db5bb857e79b6fca444fe4c0d38f10ad9693d59 Mon Sep 17 00:00:00 2001 From: Tim DiLauro Date: Mon, 18 Mar 2019 21:50:06 -0400 Subject: [PATCH] replace deprecated AppConfig property :frontend_prefix with :frontend_proxy_prefix --- frontend/views/layout_head.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/views/layout_head.html.erb b/frontend/views/layout_head.html.erb index 890da59..494869c 100644 --- a/frontend/views/layout_head.html.erb +++ b/frontend/views/layout_head.html.erb @@ -7,7 +7,7 @@ end %> <% if AppConfig.has_key?(:user_defined_in_basic) %> - <%= javascript_include_tag "#{AppConfig[:frontend_prefix]}assets/user_defined_in_basic.js" %> + <%= javascript_include_tag "#{AppConfig[:frontend_proxy_prefix]}assets/user_defined_in_basic.js" %>