Commit 6a6715a0d57ba3fd376f48af18176e2ba3be67e1

Authored by Tom
1 parent cdd7b1e4

Props to Pete for his VoteFu plugin

Showing 1 changed file with 7 additions and 0 deletions   Show diff stats
README
... ... @@ -92,6 +92,13 @@ Comments
92 92 If anyone has comments or questions please let me know (tom dot cocca at gmail dot com)
93 93 If you have updates or patches or want to contribute I would love to see what you have or want to add
94 94  
  95 +Props go out to Pete Jackson on his VoteFu plugin which is what I took the majority of the design pattern for this plugin from:
  96 +See Pete's plugin here: http://github.com/peteonrails/vote_fu/tree/master
  97 +
  98 +Also Pete based his plugin off of acts_as_voteable and acts_as_commentable so I should give props there as well.
  99 +
  100 +Thank you Pete!
  101 +
95 102  
96 103 TODO
97 104 =======
... ...