Sha256: 1e73fcbada428730da031a1514c376a729c79735cd68eca56325c6a87350b26d
Contents?: true
Size: 694 Bytes
Versions: 1
Compression:
Stored size: 694 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/ezl5238/dev/decko/gem/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/ezl5238/dev/decko/gem/mod/follow/set/self/edited.rb ~~
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
card-1.102.0 | tmpsets/set/mod026-follow/self/edited.rb |