3 lines
98 B
Ruby
3 lines
98 B
Ruby
class Api::V1::LeaderSkillSerializer < Api::V1::BaseSerializer
|
|
attributes :id, :description
|
|
end
|