Sha256: 5a8c567c72e5a4a2a820d83d0208fc3f9221dbccbd2802e5c26b3e9190d01f3a
Contents?: true
Size: 318 Bytes
Versions: 16
Compression:
Stored size: 318 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.curation_concerns_file_set_path(repo_object)}" end end
Version data entries
16 entries across 16 versions & 1 rubygems