Sha256: c9db03cf0977b309fb79a55de0a7397d175dd2da1c969651fca91b9d745a86dd

Contents?: true

Size: 706 Bytes

Versions: 9

Compression:

Stored size: 706 Bytes

Contents

# -*- encoding : utf-8 -*-
class Card; module Set; class Right
# Set: All "+Account" cards
#
module Account;
extend Card::Set
def self.source_location; "/Users/ethan/dev/decko/gem/card/mod/follow/set/right/account.rb"; end
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
end;end;end;end;
# ~~ generated from /Users/ethan/dev/decko/gem/card/mod/follow/set/right/account.rb ~~

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
card-1.99.4 tmpsets/set/mod017-follow/right/account.rb
card-1.99.3 tmpsets/set/mod017-follow/right/account.rb
card-1.99.2 tmpsets/set/mod017-follow/right/account.rb
card-1.99.1 tmpsets/set/mod017-follow/right/account.rb
card-1.99.0 tmpsets/set/mod017-follow/right/account.rb
card-1.98.3 tmpsets/set/mod017-follow/right/account.rb
card-1.98.2 tmpsets/set/mod017-follow/right/account.rb
card-1.98.1 tmpsets/set/mod017-follow/right/account.rb
card-1.98.0 tmpsets/set/mod017-follow/right/account.rb