resize medium + small artstation urls also

This commit is contained in:
r888888888
2017-02-06 15:22:06 -08:00
parent 5c16e9ce48
commit 2e69cd619e
2 changed files with 3 additions and 3 deletions

View File

@@ -15,7 +15,7 @@ class PostArchive < ActiveRecord::Base
end
end
def self.export(version_id = 0)
def self.export(version_id = 9096768)
PostVersion.where("id > ?", version_id).find_each do |version|
previous = version.previous
tags = version.tags.scan(/\S+/)