lib/rails_band/active_storage/event/transform.rb



# frozen_string_literal: true

module RailsBand
  module ActiveStorage
    module Event
      # A wrapper for the event that is passed to `transform.active_storage`.
      class Transform < BaseEvent
      end
    end
  end
end