Commit 60aee5b7 authored by Alejandro Rodríguez's avatar Alejandro Rodríguez

Add method missing from EE

parent 30f5b9a5
......@@ -56,6 +56,10 @@ class ProjectWiki
end
end
def repository_exists?
!!repository.exists?
end
def empty?
pages.empty?
end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment