Class: Popolo::Vote

Inherits:
Object
  • Object
show all
Includes:
Mongoid::Document
Defined in:
app/models/popolo/vote.rb

Overview

A voter’s vote in a vote event.

Instance Method Summary collapse

Instance Method Details

#to_sObject



24
25
26
# File 'app/models/popolo/vote.rb', line 24

def to_s
  "#{voter.name}: #{option}"
end