feat: update editor policy

This commit is contained in:
Shivam Mishra
2025-12-17 19:03:22 +05:30
parent 952d5924ab
commit 0cf4ee1e2a
+13 -1
View File
@@ -1,5 +1,17 @@
class Captain::EditorPolicy < ApplicationPolicy
def process_event?
def rewrite?
true
end
def summarize?
true
end
def reply_suggestion?
true
end
def label_suggestion?
true
end
end