diff options
author | beatrix <beatrix.bitrot@gmail.com> | 2018-03-30 14:50:19 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-30 14:50:19 -0400 |
commit | 01bad04efd09ede8c31c578259468be329e4fc3c (patch) | |
tree | ef0e7892f73cbf53b1f91a14eaa364da6130ec7d /app | |
parent | 3304cb681dd1a9a555bc981a0a287baea713b402 (diff) | |
parent | b305e7452a18919f0544caa239848b589283adff (diff) |
Merge pull request #408 from ThibG/glitch-soc/fixes/admin-js
Add “public” pack to admin controller, as it is included in upstream …
Diffstat (limited to 'app')
-rw-r--r-- | app/controllers/admin/base_controller.rb | 1 |
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 |