Sha256: 85c8bda6f99aa4867f89d408ac7263e89389a8bdae61de15d7ddcd62a0f5ea40
Contents?: true
Size: 434 Bytes
Versions: 16
Compression:
Stored size: 434 Bytes
Contents
module Sufia class ImportUrlSuccessService < MessageUserService def call FileSetAttachedEventJob.perform_later(file_set, user) super end def message "The file (#{file_set.label}) was successfully imported and attached to #{curation_concern.title.first}." end def subject 'File Import' end private def curation_concern file_set.in_works.first end end end
Version data entries
16 entries across 16 versions & 1 rubygems