Last active
October 21, 2017 12:21
-
-
Save DmytroVasin/2a05cdd02ae2abf254a3d35d63146f21 to your computer and use it in GitHub Desktop.
Carrierwave bug with version inheritance. ( Part 2 )
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
class PurchasedImageUploader < ImageUploader | |
def store_dir | |
"purchased_image/#{model.id}" | |
end | |
end | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment