From 177011ed5b17a65bfe7048785677d0a26b07b267 Mon Sep 17 00:00:00 2001 From: Victor Costa Date: Sun, 26 Jul 2015 10:59:05 -0300 Subject: [PATCH] Add points for voted author for any profile type --- lib/merit/point_rules.rb | 1 - 1 file changed, 0 insertions(+), 1 deletion(-) diff --git a/lib/merit/point_rules.rb b/lib/merit/point_rules.rb index 18bb48a..8e575a8 100644 --- a/lib/merit/point_rules.rb +++ b/lib/merit/point_rules.rb @@ -61,7 +61,6 @@ module Merit :value => lambda {|vote| vote.vote}, :description => _('Point weight for the author of a voted content'), :default_weight => 50, - :condition => lambda {|vote| vote.voteable.profile.community? } }, :vote_voteable => { :action => 'vote#create', -- libgit2 0.21.2