Commit 177011ed5b17a65bfe7048785677d0a26b07b267
1 parent
6ec6987c
Exists in
master
and in
1 other branch
Add points for voted author for any profile type
Showing
1 changed file
with
0 additions
and
1 deletions
Show diff stats
lib/merit/point_rules.rb
... | ... | @@ -61,7 +61,6 @@ module Merit |
61 | 61 | :value => lambda {|vote| vote.vote}, |
62 | 62 | :description => _('Point weight for the author of a voted content'), |
63 | 63 | :default_weight => 50, |
64 | - :condition => lambda {|vote| vote.voteable.profile.community? } | |
65 | 64 | }, |
66 | 65 | :vote_voteable => { |
67 | 66 | :action => 'vote#create', | ... | ... |