Tag: CarrierWave
gem 'carrierwave' gem 'rmagick'
$ bundle exec rails g uploader image
$ bundle exec rails g migration add_image_to_books image:string