This gem gets Paperclip playing nicely with MongoMapper.
Add this line to your application's Gemfile:
gem 'mongomapper-paperclip'
And then execute:
$ bundle
Or install it yourself as:
$ gem install mongomapper-paperclip
In any model you want to use paperclip simply:
include MMPaperclip
Then use paperclip as usual.
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Added some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request