jasherai / acts-as-rated

git svn clone of acts-as-rated
http://acts-as-rated.rubyforge.org
MIT License
56 stars 19 forks source link

Change to make it work with Rails 3 #2

Closed wolfmanjm closed 13 years ago

wolfmanjm commented 13 years ago

I just had to change the use of ActiveRecord#class_name to ActiveRecord#base_class as class_name no longer exists.

I do not know if this will work on rails version less than 3.0

jasherai commented 13 years ago

Thats brilliant! Thanks for your work, I've pulled it in. :)