소스 검색

Bugfix. We might not have a @poll for this district and election. #19

tags/last-sinatra-version
Adrian Short 9 년 전
부모
커밋
79108daeb0
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      app.rb

+ 1
- 1
app.rb 파일 보기

@@ -261,7 +261,7 @@ get '/bodies/:body/elections/:date/:districts_name/:district' do

if @total_seats == 1
@share_denominator = @total_votes
elsif @poll.valid_ballot_papers
elsif @poll && @poll.valid_ballot_papers
@share_denominator = @poll.valid_ballot_papers
else
@share_denominator = @total_votes / @total_seats


불러오는 중...
취소
저장