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