mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 20:54:31 +08:00
5 lines
208 B
Ruby
5 lines
208 B
Ruby
class DiscourseVersionCheckSerializer < ApplicationSerializer
|
|
attributes :latest_version, :critical_updates, :installed_version, :installed_sha, :missing_versions_count, :updated_at
|
|
|
|
self.root = false
|
|
end |