Sha256: 1931f357cd170ab05697ceb0dd66da7987fb13f9d706250791cabb9db3abc361
Contents?: true
Size: 262 Bytes
Versions: 29
Compression:
Stored size: 262 Bytes
Contents
# frozen_string_literal: true # 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 their profile" end end
Version data entries
29 entries across 29 versions & 1 rubygems