Sha256: a10214095c7357af0d6241f58305f4af6f7c75af0ca7b50c6f6345e297d09be8
Contents?: true
Size: 336 Bytes
Versions: 26
Compression:
Stored size: 336 Bytes
Contents
# frozen_string_literal: true # Log new version of a file to activity streams class ContentNewVersionEventJob < ContentEventJob def action @action ||= "User #{link_to_profile depositor} has added a new version of #{link_to repo_object.title.first, Rails.application.routes.url_helpers.hyrax_file_set_path(repo_object)}" end end
Version data entries
26 entries across 26 versions & 1 rubygems