Sha256: 017cb7b74ccf7aa8004648933878d54ee835f01a9ddafeef501f03abf7ff3f7c
Contents?: true
Size: 237 Bytes
Versions: 38
Compression:
Stored size: 237 Bytes
Contents
# Log user profile edits to activity streams class UserEditProfileEventJob < EventJob def perform(editor) @editor = editor super end def action "User #{link_to_profile @editor} has edited his or her profile" end end
Version data entries
38 entries across 38 versions & 3 rubygems