Module: VoteableLinus
- Extended by:
- ActiveSupport::Concern
- Defined in:
- lib/voteable_linus.rb
Instance Method Summary collapse
Instance Method Details
#total_votes ⇒ Object
8 9 10 |
# File 'lib/voteable_linus.rb', line 8 def total_votes up_votes - down_votes end |