4 lines
84 B
Ruby
4 lines
84 B
Ruby
|
class IndividualSerializer < ActiveModel::Serializer
|
||
|
attributes :nom, :prenom
|
||
|
end
|