class Avo::Fields::Common::Files::ControlsComponent

def destroy_path

def destroy_path
  Avo::Services::URIService.parse(@resource.record_path).append_paths("active_storage_attachments", id, file.id).to_s
end

def initialize(field:, file:, resource:)

def initialize(field:, file:, resource:)
  @field = field
  @file = file
  @resource = resource
end