mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-24 16:18:42 -05:00
3 lines
88 B
Ruby
3 lines
88 B
Ruby
class BackupSerializer < ApplicationSerializer
|
|
attributes :filename, :size, :link
|
|
end
|