posts: remove unused flag! and approve! methods.
These methods were unused outside of the test suite
This commit is contained in:
@@ -1,6 +1,4 @@
|
||||
class PostFlag < ApplicationRecord
|
||||
class Error < StandardError; end
|
||||
|
||||
module Reasons
|
||||
UNAPPROVED = "Unapproved in three days"
|
||||
REJECTED = "Unapproved in three days after returning to moderation queue%"
|
||||
|
||||
Reference in New Issue
Block a user