Sha256: 2b8bbbf9d74457b1fce440f26599a8979a6d7505aed0035b60ace2f13efe5091
Contents?: true
Size: 374 Bytes
Versions: 14
Compression:
Stored size: 374 Bytes
Contents
include Card::FollowOption self.restrictive_follow_opts position: 2 self.follower_candidate_ids do |card| # FIXME? - could optimize by not using cards table... Card.search editor_of: card.name, 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
14 entries across 14 versions & 1 rubygems