Sha256: 1954d0e390cececa18518b918cfbbcd4931fd8ed1f4451deceaea87e80e6ea0e
Contents?: true
Size: 234 Bytes
Versions: 74
Compression:
Stored size: 234 Bytes
Contents
# 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
74 entries across 74 versions & 3 rubygems