class Decidim::Meetings::JoinMeeting

def increment_score

def increment_score
  Decidim::Gamification.increment_score(user, :attended_meetings)
end