grant_on ['articles#create','articles#update'], badge_id: 14, to: :participant do |article|
        published_articles = Article.where(
          participant: article.participant,
          published: true)
        published_articles.count >= 3