5 lines
123 B
Ruby
5 lines
123 B
Ruby
|
class CommentaireSerializer < ActiveModel::Serializer
|
||
|
attributes :email,
|
||
|
:body,
|
||
|
:created_at
|
||
|
end
|