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

deprecation warning in rails 3.1 #5

Open wolfmanjm opened 13 years ago

wolfmanjm commented 13 years ago

DEPRECATION WARNING: class_inheritable_attribute is deprecated, please use class_attribute method instead. Notice their behavior are slightly different, so refer to class_attribute documentation first. (called from acts_as_rated at /.../vendor/plugins/acts_as_rated/lib/acts_as_rated.rb:121)

Not quite sure how to fix this