add function to disable editing, resolves #879

This commit is contained in:
Roman Bambycha
2014-11-17 19:46:46 +02:00
parent 7264510ab2
commit b932763080
14 changed files with 199 additions and 35 deletions
+4
View File
@@ -47,6 +47,10 @@ module Precious
@page_exists
end
def allow_editing
@allow_editing
end
def allow_uploads
@allow_uploads
end