Sha256: 76be9036453fabede3ba6a628493a19f4f3df376ae5b31ea677ec2369a31adab
Contents?: true
Size: 382 Bytes
Versions: 30
Compression:
Stored size: 382 Bytes
Contents
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
Version data entries
30 entries across 30 versions & 2 rubygems