Sha256: 13759431465a17724aaa9078a3132a8fd7d25e7105454fe3a205925c4c026d5a
Contents?: true
Size: 379 Bytes
Versions: 13
Compression:
Stored size: 379 Bytes
Contents
def send_change_notice act, followed_set, follow_option return unless changes_visible?(act) Auth.as(left.id) do Card[:follower_notification_email].deliver( act.card, { to: email }, auth: left, active_notice: { follower: left.name, followed_set: followed_set, follow_option: follow_option } ) end end
Version data entries
13 entries across 13 versions & 1 rubygems