Allow configure services for individual attachments by DmitryTsepelev · Pull Request #34935 · rails/rails

Idea is taken from this comment This change allows to configure custom services for individual attachments in the following way: class User < ActiveRecord::Base has_one_attached :avatar, service:...