title: Shrine 2.3.0

New plugins

Shrine.plugin :copy
photo = Photo.find(photo_id)
duplicated_photo = photo.dup # duplicates the attachment

photo.image != duplicated_photo.image
photo.image_attacher.copy(other_photo.image_attacher)

New Features

Other improvements