aboutsummaryrefslogtreecommitdiffstats
path: root/app/controllers/concerns/policy_checker.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/controllers/concerns/policy_checker.rb')
-rw-r--r--app/controllers/concerns/policy_checker.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/controllers/concerns/policy_checker.rb b/app/controllers/concerns/policy_checker.rb
index 65a4428e2..d84263f2c 100644
--- a/app/controllers/concerns/policy_checker.rb
+++ b/app/controllers/concerns/policy_checker.rb
@@ -1,4 +1,5 @@
module PolicyChecker
+ include Pundit
extend ActiveSupport::Concern
included do