bouchard / thumbs_up

Dead-Simple Vote and Karma Management

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Return vote record from :vote method for post-processing

pboling opened this issue · comments

I need to do things with the vote record after a vote is cast. The vote method uses create! which doesn't return the record.

Fortunately it doesn't appear that this is a specified requirement or expectation. Will submit PR.

PR 74 has been merged