about summary refs log tree commit diff
path: root/app/policies/tag_policy.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/policies/tag_policy.rb')
-rw-r--r--app/policies/tag_policy.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/policies/tag_policy.rb b/app/policies/tag_policy.rb
index aaf70fcab..bdfcec0c9 100644
--- a/app/policies/tag_policy.rb
+++ b/app/policies/tag_policy.rb
@@ -12,4 +12,8 @@ class TagPolicy < ApplicationPolicy
   def update?
     staff?
   end
+
+  def review?
+    staff?
+  end
 end