2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-04 08:47:37 +08:00

Backup serializer

This commit is contained in:
Régis Hanol 2014-02-12 20:31:30 -08:00
parent c82f7bb6dc
commit 93dd619080

View file

@ -0,0 +1,3 @@
class BackupSerializer < ApplicationSerializer
attributes :filename, :size, :link
end