feat: editor controller

This commit is contained in:
Shivam Mishra
2025-12-16 17:13:55 +05:30
parent 5a38a63312
commit db7c7f5edf
3 changed files with 32 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
class Captain::EditorPolicy < ApplicationPolicy
def process_event?
true
end
end