NewPostManager determines whether to queue a post or not

This commit is contained in:
Robin Ward
2015-03-31 12:58:56 -04:00
parent a5ee45ccbe
commit 19a9a8b408
15 changed files with 354 additions and 83 deletions

View File

@ -47,8 +47,6 @@ module Discourse
# When ImageMagick is missing
class ImageMagickMissing < StandardError; end
class InvalidPost < StandardError; end
# When read-only mode is enabled
class ReadOnly < StandardError; end