metamaps--metamaps/app/serializers/api/v1/metacode_serializer.rb

12 lines
187 B
Ruby
Raw Normal View History

2016-08-20 12:32:18 +08:00
module Api
module V1
2016-08-20 13:44:26 +08:00
class MetacodeSerializer < ApplicationSerializer
2016-08-20 12:32:18 +08:00
attributes :id,
:name,
:manual_icon,
:color,
:aws_icon
end
end
end