Backup serializer

This commit is contained in:
Régis Hanol 2014-02-12 20:31:30 -08:00
parent c82f7bb6dc
commit 93dd619080
1 changed files with 3 additions and 0 deletions

View File

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