mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-24 08:09:13 -05:00
ed9417fa3b
- added url to optimized image model - refactored s3_store & local_store
8 lines
166 B
Ruby
8 lines
166 B
Ruby
Fabricator(:optimized_image) do
|
|
upload
|
|
sha1 "86f7e437faa5a7fce15d1ddcb9eaeaea377667b8"
|
|
extension ".png"
|
|
width 100
|
|
height 200
|
|
url "138569_100x200.png"
|
|
end
|