mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-23 08:26:23 +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
|
||||
end
|
||||
|
||||
def status?
|
||||
true
|
||||
end
|
||||
|
||||
# Puede ver la versión privada del sitio?
|
||||
def private?
|
||||
edit? && site.deploys.find_by_type('DeployPrivate')
|
||||
|
|
Loading…
Reference in a new issue