Skip to content

Commit

Permalink
FEATURE: make it easier to get invite badges
Browse files Browse the repository at this point in the history
Campaigner, 3*TL1 users
Champion, 5*TL2 users
  • Loading branch information
SamSaffron committed Jun 15, 2015
1 parent 37dfb1b commit 1db92e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions db/fixtures/006_badges.rb
Original file line number Diff line number Diff line change
Expand Up @@ -143,8 +143,8 @@

[
[Badge::Promoter,"Promoter",BadgeType::Bronze,1,0],
[Badge::Campaigner,"Campaigner",BadgeType::Silver,3,2],
[Badge::Champion,"Champion",BadgeType::Gold,10,2],
[Badge::Campaigner,"Campaigner",BadgeType::Silver,3,1],
[Badge::Champion,"Champion",BadgeType::Gold,5,2],
].each do |id, name, type, count, trust_level|
Badge.seed do |b|
b.id = id
Expand Down

0 comments on commit 1db92e6

Please sign in to comment.