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

@@ -3,4 +3,4 @@ class Arel::Table
def hash
@name.hash
end
end
end

View File

@@ -8,4 +8,4 @@ class ActiveRecord::Base
def blank?
false
end
end
end