aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app/models/membership.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/models/membership.rb b/app/models/membership.rb
index 00254f7..87742b9 100644
--- a/app/models/membership.rb
+++ b/app/models/membership.rb
@@ -82,7 +82,7 @@ class Membership < ActiveRecord::Base
when filter[:anonymous]
membership.community.participants.anonymous_participants_with_reduced_attributes
else
- membership.community.participants.without_anonymous_with_reduced_attributes
+ membership.community.participants.mainparticipants_with_reduced_attributes
end
end
participants= participants_with_reduced_attribs.map do |p|