5 lines
90 B
Ruby
5 lines
90 B
Ruby
class GroupSerializer < BaseSerializer
|
|
include WithPagination
|
|
|
|
entity GroupEntity
|
|
end
|