Sha256: 08c6100ca3301fda8fb4d221efe71c2139a9219aa510562a78da403e92120030
Contents?: true
Size: 306 Bytes
Versions: 58
Compression:
Stored size: 306 Bytes
Contents
# 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
58 entries across 58 versions & 2 rubygems