Add method missing from EE

This commit is contained in:
Alejandro Rodríguez 2016-08-12 21:56:40 -04:00
parent 30f5b9a5b7
commit 60aee5b7af
1 changed files with 4 additions and 0 deletions

View File

@ -56,6 +56,10 @@ class ProjectWiki
end
end
def repository_exists?
!!repository.exists?
end
def empty?
pages.empty?
end