From 9a94d5e2c5c2a3a48ef2a91c07be873e95245afc Mon Sep 17 00:00:00 2001 From: multiple creatures <dev@multiple-creature.party> Date: Wed, 9 Jan 2019 16:26:46 -0600 Subject: transparency: let logged in users view mod actions --- app/controllers/admin/base_controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app') diff --git a/app/controllers/admin/base_controller.rb b/app/controllers/admin/base_controller.rb index cc6cd51f0..3f5b7af29 100644 --- a/app/controllers/admin/base_controller.rb +++ b/app/controllers/admin/base_controller.rb @@ -7,7 +7,7 @@ module Admin layout 'admin' - before_action :require_staff! + #before_action :require_staff! before_action :set_pack before_action :set_body_classes -- cgit