carrierwave-example-app icon indicating copy to clipboard operation
carrierwave-example-app copied to clipboard

An example app showcasing some features of the Ruby file upload library CarrierWave (http://github.com/jnicklas/carrierwave)

= CarrierWave Example App

This is an example application showcasing some features of CarrierWave. There's a User model which has an avatar column on which there is an uploader mounted. Make sure to check out the user form.