Skip to content

Instantly share code, notes, and snippets.

@sstarr
Created April 28, 2015 16:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sstarr/89f78b874d601b8bf37d to your computer and use it in GitHub Desktop.
Save sstarr/89f78b874d601b8bf37d to your computer and use it in GitHub Desktop.
class AvatarUploader < CarrierWave::Uploader::Base
# ...
def public_id
# 'production-profile-simon-starr'
return "#{Rails.env}-#{model.class.to_s.downcase}-#{model.profile.slug}"
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment