Module: Voteable::InstanceMethods
- Defined in:
- lib/voteable_timlee.rb
Instance Method Summary collapse
Instance Method Details
#overall_votes ⇒ Object
11 12 13 |
# File 'lib/voteable_timlee.rb', line 11 def overall_votes self.votes.where(vote: true).size - self.votes.where(vote: false).size end |