better comment creation errors

This commit is contained in:
Toks
2013-04-02 13:31:57 -04:00
parent 1f68505477
commit a5f1a6bad1
3 changed files with 17 additions and 4 deletions

View File

@@ -96,6 +96,10 @@ class AnonymousUser
false
end
def is_comment_limited?
true
end
def can_remove_from_pools?
false
end