Sha256: 22b2be15aba524d6a46af364e9d5637bfb8aa4e9bb789eed6732fdb0fed60965
Contents?: true
Size: 328 Bytes
Versions: 5
Compression:
Stored size: 328 Bytes
Contents
# A specific job to log a file new version to a user's activity stream class ContentNewVersionEventJob < ContentEventJob def action @action ||= "User #{link_to_profile depositor_id} has added a new version of #{link_to generic_file.title.first, Sufia::Engine.routes.url_helpers.generic_file_path(generic_file)}" end end
Version data entries
5 entries across 5 versions & 1 rubygems