removes proposal ballots

This commit is contained in:
rgarcia
2016-11-16 19:39:20 +01:00
parent 127cbcc5c7
commit ac58f30498
5 changed files with 1 additions and 59 deletions

View File

@@ -1,8 +0,0 @@
class ProposalBallotsController < ApplicationController
skip_authorization_check
def index
@proposal_ballots = Proposal.successfull.sort_by_confidence_score
end
end