Sha256: 609a3a432f7914d29503b91086f263913d08e82090b7c61fc81c08038f8a2683
Contents?: true
Size: 379 Bytes
Versions: 8
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
8 entries across 8 versions & 1 rubygems