Skip to content

Instantly share code, notes, and snippets.

@D3xx73r
Created June 30, 2012 19:35
Show Gist options
  • Save D3xx73r/3025218 to your computer and use it in GitHub Desktop.
Save D3xx73r/3025218 to your computer and use it in GitHub Desktop.
Mount carrierwave uploader
#This should go in your model
mount_uploader :image, YourUploaderClass
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment