diff options
Diffstat (limited to 'app')
-rw-r--r-- | app/controllers/admin/base_controller.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/controllers/admin/base_controller.rb b/app/controllers/admin/base_controller.rb index ab2af1cd1..fc299f74c 100644 --- a/app/controllers/admin/base_controller.rb +++ b/app/controllers/admin/base_controller.rb @@ -12,7 +12,6 @@ module Admin def set_pack use_pack 'admin' - use_pack 'public' end end end |