5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-06-01 19:14:16 +00:00

Merge branch 'issue-13611' into panel.testing.sutty.nl

This commit is contained in:
f 2024-03-26 11:44:40 -03:00
commit b52a684c5c
No known key found for this signature in database

View file

@ -14,6 +14,10 @@ class SitePolicy
true
end
def status?
true
end
# Puede ver la versión privada del sitio?
def private?
edit? && site.deploys.find_by_type('DeployPrivate')