Sha256: 3e505169110f569e93616b7a063e2cd470064e14d94c1b9a4ecd0931b5abaf29
Contents?: true
Size: 413 Bytes
Versions: 44
Compression:
Stored size: 413 Bytes
Contents
module Hyrax module Workflow class PendingReviewNotification < AbstractNotification private def subject 'Deposit needs review' end def message "#{title} (#{link_to work_id, document_path}) was deposited by #{user.user_key} and is awaiting approval #{comment}" end def users_to_notify super << user end end end end
Version data entries
44 entries across 44 versions & 1 rubygems