Manuel Bustillo
cc45b4c16e
All checks were successful
Run unit tests / unit_tests (pull_request) Successful in 1m35s
8 lines
126 B
Ruby
8 lines
126 B
Ruby
class SerializableGroup < JSONAPI::Serializable::Resource
|
|
type 'group'
|
|
|
|
attributes :name, :icon
|
|
|
|
has_many :children
|
|
end
|