Awesome Print CarrierWave formatter
This gem makes Awesome Print to print only serialized data of the mounted uploader, instead of raw CarrierWave objects chain on a half of your screen, when it formats inspection of your model attributes.
Installation
Add this line to your application's Gemfile:
gem 'awesome_print-carrierwave', group: [:development]
And then execute:
$ bundle
Or install it yourself as:
$ gem install awesome_print-carrierwave
Contributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request