Add version checking that shows on the admin dashboard

This commit is contained in:
Neil Lalonde
2013-02-19 15:16:50 -05:00
parent bb1156cee1
commit c0371ff427
16 changed files with 195 additions and 48 deletions

View File

@ -0,0 +1,5 @@
class DiscourseVersionCheckSerializer < ApplicationSerializer
attributes :latest_version, :installed_version, :critical_updates
self.root = false
end