Skip to content
This repository has been archived by the owner on Apr 26, 2022. It is now read-only.

Commit

Permalink
Removes stars from ideas that arent' voted yet
Browse files Browse the repository at this point in the history
  • Loading branch information
mezis committed Jun 23, 2013
1 parent 3dbbd9a commit 01cad4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/traits/idea/star_rating.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def impact_rating
end

protected
STARS_MIN_STATE = :vetted
STARS_MIN_STATE = :voted
STARS_MAX_STATE = :signed_off

def set_impact_cache
Expand Down

0 comments on commit 01cad4d

Please sign in to comment.