mirror of
https://ghfast.top/https://github.com/discourse/discourse-akismet.git
synced 2026-07-16 11:46:29 +08:00
7 lines
191 B
Ruby
7 lines
191 B
Ruby
# frozen_string_literal: true
|
|
|
|
require_dependency "reviewable_serializer"
|
|
|
|
class ReviewableAkismetPostSerializer < ReviewableSerializer
|
|
payload_attributes :post_cooked, :external_error
|
|
end
|