Adds settings for featured proposals
This commit is contained in:
@@ -17,8 +17,8 @@ module Proposals
|
||||
end
|
||||
|
||||
def create_featured_proposals
|
||||
[create(:proposal, :with_confidence_score, cached_votes_up: 100),
|
||||
create(:proposal, :with_confidence_score, cached_votes_up: 90),
|
||||
create(:proposal, :with_confidence_score, cached_votes_up: 80)]
|
||||
[create(:proposal, :with_confidence_score, cached_votes_up: 200),
|
||||
create(:proposal, :with_confidence_score, cached_votes_up: 100),
|
||||
create(:proposal, :with_confidence_score, cached_votes_up: 90)]
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user