Browse Source
Merge pull request #408 from ThibG/glitch-soc/fixes/admin-js
Add “public” pack to admin controller, as it is included in upstream …
closed-social-glitch-2
beatrix
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
0 deletions
-
app/controllers/admin/base_controller.rb
|
@ -12,6 +12,7 @@ module Admin |
|
|
|
|
|
|
|
|
def set_pack |
|
|
def set_pack |
|
|
use_pack 'admin' |
|
|
use_pack 'admin' |
|
|
|
|
|
use_pack 'public' |
|
|
end |
|
|
end |
|
|
end |
|
|
end |
|
|
end |
|
|
end |