* When a user is blocked from commenting on an article, show correct error message * Created new error type ModerationUnauthorizedError and changed error text for it
1 line
55 B
Ruby
1 line
55 B
Ruby
class ModerationUnauthorizedError < StandardError; end
|