Sha256: 5912496cce8be459d2e6d0bb59fbe66300d5129a516999e7a186158c90a91da4
Contents?: true
Size: 264 Bytes
Versions: 25
Compression:
Stored size: 264 Bytes
Contents
# frozen_string_literal: true # Log a concern deposit to activity streams class ContentDepositEventJob < ContentEventJob def action "User #{link_to_profile depositor} has deposited #{link_to repo_object.title.first, polymorphic_path(repo_object)}" end end
Version data entries
25 entries across 25 versions & 1 rubygems