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