mirror of
https://github.com/discourse/discourse.git
synced 2024-11-26 10:50:26 -06:00
6 lines
209 B
Ruby
6 lines
209 B
Ruby
class DiscourseVersionCheckSerializer < ApplicationSerializer
|
|
attributes :latest_version, :critical_updates, :installed_version, :installed_sha, :missing_versions_count, :updated_at
|
|
|
|
self.root = false
|
|
end
|