about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--app/controllers/admin/base_controller.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/controllers/admin/base_controller.rb b/app/controllers/admin/base_controller.rb
index fc299f74c..ab2af1cd1 100644
--- a/app/controllers/admin/base_controller.rb
+++ b/app/controllers/admin/base_controller.rb
@@ -12,6 +12,7 @@ module Admin
 
     def set_pack
       use_pack 'admin'
+      use_pack 'public'
     end
   end
 end