4 lines
88 B
Ruby
4 lines
88 B
Ruby
|
class BackupSerializer < ApplicationSerializer
|
||
|
attributes :filename, :size, :link
|
||
|
end
|