Sha256: 9ac9803fe58bda1dae16e6db592941e66781a10252dfd2c82290bec7b86bd873
Contents?: true
Size: 258 Bytes
Versions: 29
Compression:
Stored size: 258 Bytes
Contents
# frozen_string_literal: true # Log content update to activity streams class ContentUpdateEventJob < ContentEventJob def action "User #{link_to_profile depositor} has updated #{link_to repo_object.title.first, polymorphic_path(repo_object)}" end end
Version data entries
29 entries across 29 versions & 1 rubygems