fix image uploads on s3/imgur

This commit is contained in:
Régis Hanol
2013-06-05 00:34:53 +02:00
parent 2465c9c724
commit e3e55d4dad
11 changed files with 202 additions and 174 deletions

View File

@ -14,6 +14,9 @@ module Discourse
# When something they want is not found
class NotFound < Exception; end
# When a setting is missing
class SiteSettingMissing < Exception; end
def self.cache
@cache ||= Cache.new
end