6 lines
104 B
Ruby
6 lines
104 B
Ruby
|
class SerializableGroup < JSONAPI::Serializable::Resource
|
||
|
type 'group'
|
||
|
|
||
|
attributes :name, :icon
|
||
|
end
|