/carrierwave-example-app

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

Primary LanguageRuby

= 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.