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