Skip to content

Instantly share code, notes, and snippets.

@mwawrusch
Created June 30, 2011 10:18
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 mwawrusch/1055969 to your computer and use it in GitHub Desktop.
Save mwawrusch/1055969 to your computer and use it in GitHub Desktop.
parent
require 'referenced_image'
class ReferencedAppImage < ReferencedImage
include SimpleWorker::UsedInWorker
# field :carrierwave
mount_uploader :carrierwave, AppUploader
def large_url
carrierwave_url #(:large)
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment