mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-28 01:56:01 -05:00
5 lines
119 B
Ruby
5 lines
119 B
Ruby
class UploadSerializer < ApplicationSerializer
|
|
|
|
attributes :url, :filesize, :original_filename, :width, :height
|
|
|
|
end
|