Merge pull request #408 from ThibG/glitch-soc/fixes/admin-js

Add “public” pack to admin controller, as it is included in upstream …
lolsob-rspec
beatrix 2018-03-30 14:50:19 -04:00 committed by GitHub
commit a7cd93032e
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@ module Admin
def set_pack
use_pack 'admin'
use_pack 'public'
end
end
end