Module: Voteable
- Extended by:
- ActiveSupport::Concern
- Defined in:
- lib/voteable_hobbs.rb
Instance Method Summary collapse
Instance Method Details
#total_votes ⇒ Object
8 9 10 |
# File 'lib/voteable_hobbs.rb', line 8 def total_votes self.votes.where(vote: true).size - self.votes.where(vote: false).size end |