decko-commons/decko

View on GitHub
mod/follow/set/self/created.rb

Summary

Maintainability
A
0 mins
Test Coverage
include_set Abstract::FollowOption

restrictive_follow_opts position: 1

follower_candidate_ids do |card|
  [card.creator_id]
end

def title
  "Following content you created"
end

def label
  "follow if I created"
end

def description set_card
  "#{set_card.follow_label} I created"
end