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

Version Path
card-1.99.1 mod/follow/set/right/account.rb
card-1.99.0 mod/follow/set/right/account.rb
card-1.98.3 mod/follow/set/right/account.rb
card-1.98.2 mod/follow/set/right/account.rb
card-1.98.1 mod/follow/set/right/account.rb
card-1.98.0 mod/follow/set/right/account.rb
card-1.97.0.1 mod/follow/set/right/account.rb
card-1.97.0 mod/follow/set/right/account.rb