Don't blow up if Redis switches to READONLY

This commit is contained in:
Robin Ward
2015-04-24 13:10:43 -04:00
parent 8129cce104
commit 5b3f99aa50
56 changed files with 194 additions and 147 deletions

View File

@ -4,4 +4,4 @@ class Admin::VersionsController < Admin::AdminController
def show
render json: DiscourseUpdates.check_version
end
end
end