Module: Votable::InstanceExtend
- Defined in:
- lib/votable-alex-test.rb
Instance Method Summary collapse
Instance Method Details
#total_vote ⇒ Object
12 13 14 |
# File 'lib/votable-alex-test.rb', line 12 def total_vote self.votes.where(:vote => true).size - self.votes.where(:vote => false).size end |