5 lines
96 B
Ruby
5 lines
96 B
Ruby
class Api::CommentSerializer < ActiveModel::Serializer
|
|
attribute :body
|
|
belongs_to :post
|
|
end
|