MyklClason / jan-social

Social media app for a Rails code challenge.
https://jan-social-clason.herokuapp.com/
0 stars 0 forks source link

Vote counting helper functions #14

Closed MyklClason closed 8 years ago

MyklClason commented 8 years ago

Voting (like/dislike/follow) should include the counts next to them.

Format? @post.votes_for.size

MyklClason commented 8 years ago

Following is bugged and includes votes for messages rather than just the ones for other users. Issue: #23

Edit: Fix to 23 closes this.