mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-12-18 11:32:24 -05:00
5 lines
121 B
Ruby
5 lines
121 B
Ruby
class UploadSerializer < ApplicationSerializer
|
|
|
|
attributes :url, :filesize, :original_filename, :width, :height
|
|
|
|
end
|