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