FIX: Use correct version when generating file path for optimized image (#6871)

This commit is contained in:
Vinoth Kannan
2019-01-11 18:35:38 +05:30
committed by GitHub
parent 0fa92699e2
commit f94c0283b2
4 changed files with 36 additions and 1 deletions

View File

@ -5,4 +5,5 @@ Fabricator(:optimized_image) do
width 100
height 200
url "138569_100x200.png"
version OptimizedImage::VERSION
end