pawoo: rewrite /small/ images to /original/

This commit is contained in:
evazion
2017-06-11 00:00:56 -05:00
parent 14196f36d8
commit 655e53fe65
2 changed files with 8 additions and 10 deletions

View File

@@ -5,6 +5,8 @@
module Downloads
module RewriteStrategies
class Base
attr_reader :url
def initialize(url = nil)
@url = url
end