Skip to content

Commit

Permalink
Added README
Browse files Browse the repository at this point in the history
  • Loading branch information
jnicklas committed May 18, 2011
1 parent c3c0c9f commit d3321db
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions README.rdoc
@@ -0,0 +1,18 @@
= CarrierWave for Datamapper

This gem adds support for DataMapper to CarrierWave, see the CarrierWave
documentation for more detailed usage instructions.

Install it like this:

gem install carrierwave-datamapper

Use it like this:

require 'carrierwave/datamapper'

Using bundler:

gem 'carrierwave-datamapper', :require => 'carrierwave/datamapper'

This used to be part of CarrierWave but has been extracted.

0 comments on commit d3321db

Please sign in to comment.