private template placeholder

This commit is contained in:
Pete Matsyburka
2025-08-26 12:29:51 +03:00
parent 0df0946c2a
commit d805fd614c
6 changed files with 18 additions and 0 deletions
+4
View File
@@ -37,6 +37,10 @@ module Templates
hash
end
def maybe_assign_access(_template)
nil
end
def search(current_user, templates, keyword)
if Docuseal.fulltext_search?
fulltext_search(current_user, templates, keyword)