Skip to content

Instantly share code, notes, and snippets.

@DmytroVasin
Last active October 21, 2017 12:21
Show Gist options
  • Save DmytroVasin/2a05cdd02ae2abf254a3d35d63146f21 to your computer and use it in GitHub Desktop.
Save DmytroVasin/2a05cdd02ae2abf254a3d35d63146f21 to your computer and use it in GitHub Desktop.
Carrierwave bug with version inheritance. ( Part 2 )
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