mirror of
https://github.com/discourse/discourse.git
synced 2025-02-20 12:56:14 +08:00
5 lines
154 B
Ruby
5 lines
154 B
Ruby
class DiscourseVersionCheckSerializer < ApplicationSerializer
|
|
attributes :latest_version, :installed_version, :critical_updates
|
|
|
|
self.root = false
|
|
end |