Sha256: 549facd5cdaa897801d6b8a7c9cf5d9717a5d8edb22529ef508222c2ac34a4d9
Contents?: true
Size: 700 Bytes
Versions: 8
Compression:
Stored size: 700 Bytes
Contents
# -*- encoding : utf-8 -*- class Card; module Set; class Self # Set: The card "Edited" # module Edited; extend Card::Set def self.source_location; "/Users/ethan/dev/decko/gem/card-mod-follow/set/self/edited.rb"; end include_set Abstract::FollowOption restrictive_follow_opts position: 2 follower_candidate_ids do |card| # FIXME? - could optimize by not using cards table... card.id ? Card.search(editor_of: card.id, return: :id) : [] end def title "Following content you edited" end def label "follow if I edited" end def description set_card "#{set_card.follow_label} I edited" end end;end;end;end; # ~~ generated from /Users/ethan/dev/decko/gem/card-mod-follow/set/self/edited.rb ~~
Version data entries
8 entries across 8 versions & 1 rubygems