7 lines
165 B
Ruby
7 lines
165 B
Ruby
class MetacodeSerializer < ActiveModel::Serializer
|
|
attributes :id,
|
|
:name,
|
|
:manual_icon,
|
|
:color,
|
|
:aws_icon
|
|
end
|