VoteableArthur
Tealeaf Homework Voteable Module
Installation
Add this line to your application's Gemfile:
gem 'voteable_arthur'
And then execute:
$ bundle
Or install it yourself as:
$ gem install voteable_arthur
Usage
This Module can create the association polymorphic with voteable and vote table
In your class add
include VoteableArthur
And you can get Votes using
post.votes
post.total_votes
Contributing
- Fork it ( http://github.com/ArthurPai/voteable_arthur/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request