Skip to content
  • azul's avatar
    fix: issues noticed on staging server · 128de8a0
    azul authored
    Associations do not accept the reload flag anymore.
    So in surveys controller
    `@survey.responses(true)`
    would become
    `@survey.responses.reload`
    
    But since we are not allowing updates to surveys anymore there is no need to reload anyway.
    
    RankingPoll was missing a require for `borda_vote`.
    128de8a0