mirror of
https://github.com/discourse/discourse.git
synced 2025-02-07 08:52:02 +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 |