mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-23 12:16:21 +00:00
Merge branch 'issue-13611' of https://0xacab.org/sutty/sutty into production.panel.sutty.nl
This commit is contained in:
commit
0a7c5e1174
1 changed files with 4 additions and 0 deletions
|
@ -14,6 +14,10 @@ class SitePolicy
|
||||||
true
|
true
|
||||||
end
|
end
|
||||||
|
|
||||||
|
def status?
|
||||||
|
true
|
||||||
|
end
|
||||||
|
|
||||||
# Puede ver la versión privada del sitio?
|
# Puede ver la versión privada del sitio?
|
||||||
def private?
|
def private?
|
||||||
edit? && site.deploys.find_by_type('DeployPrivate')
|
edit? && site.deploys.find_by_type('DeployPrivate')
|
||||||
|
|
Loading…
Reference in a new issue