discourse/app/serializers/category_upload_serializer.rb
2018-11-27 08:40:06 +08:00

4 lines
99 B
Ruby

class CategoryUploadSerializer < ApplicationSerializer
attributes :id, :url, :width, :height
end