FIX: mixed local s3 store missing avatars

This commit is contained in:
Sam Saffron
2015-06-01 11:17:42 +10:00
parent e483176006
commit 97f03e699d
2 changed files with 7 additions and 4 deletions

View File

@ -126,6 +126,10 @@ end
class FakeExternalStore
def path_for(upload)
nil
end
def external?
true
end