diff options
author | Thibaut Girka <thib@sitedethib.com> | 2018-08-11 15:21:36 +0200 |
---|---|---|
committer | ThibG <thib@sitedethib.com> | 2018-08-11 15:45:12 +0200 |
commit | 741fb32beffcefec7b41238deeed05e545570b8a (patch) | |
tree | 730b184d62038c0624d947c48a5c65ecfa7e20b2 /app/controllers | |
parent | acb3d5b7aa68efa9e7c009e04a2eafc9b651f4a5 (diff) |
Fix statuses batch checkboxes in admin panel (fixes #411)
Diffstat (limited to 'app/controllers')
-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 |