Sha256: de5de2bc064f169ea2b0230288b508b61c1f86e1f237e74930d0795f79b478c0
Contents?: true
Size: 732 Bytes
Versions: 8
Compression:
Stored size: 732 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 email.present? && changes_visible?(act) notify_of_act act do { follower: left.name, followed_set: followed_set, follow_option: follow_option } end end def notify_of_act act Auth.as(left.id) do Card[:follower_notification_email].deliver( act.card, { to: email }, auth: left, active_notice: yield ) end end end;end;end;end; # ~~ generated from /Users/ethan/dev/decko/gem/card-mod-follow/set/right/account.rb ~~
Version data entries
8 entries across 8 versions & 1 rubygems