mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-27 17:46:05 -05:00
5 lines
108 B
Ruby
5 lines
108 B
Ruby
class UploadSerializer < ApplicationSerializer
|
|
|
|
attributes :url, :original_filename, :width, :height
|
|
|
|
end
|