mirror of
https://github.com/discourse/discourse.git
synced 2025-02-17 21:02:45 +08:00
![Guo Xiang Tan](/assets/img/avatar_default.png)
This reverts commit c29a4dddc1
.
We're doing a beta bump soon so un-revert this after that is done.
4 lines
88 B
Ruby
4 lines
88 B
Ruby
class BackupSerializer < ApplicationSerializer
|
|
attributes :filename, :size, :link
|
|
end
|