Sha256: 0e5b61569b80d44ab79df923336763d14cc4f0e0df280dc948a4a0f98ea3b757
Contents?: true
Size: 380 Bytes
Versions: 17
Compression:
Stored size: 380 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
17 entries across 17 versions & 1 rubygems