mirror of
https://github.com/discourse/discourse.git
synced 2025-06-20 12:41:37 +08:00
6 lines
134 B
Ruby
6 lines
134 B
Ruby
# frozen_string_literal: true
|
|
|
|
class PostLocalizationSerializer < ApplicationSerializer
|
|
attributes :id, :post_id, :locale, :raw
|
|
end
|