jackdempsey / acts_as_commentable

The ActiveRecord acts_as_commentable plugin
http://juixe.com/svn/acts_as_commentable/
MIT License
833 stars 177 forks source link

Rails version problem #12

Closed bennacer860 closed 14 years ago

bennacer860 commented 14 years ago

i am using rails 2.2.3 when i try to use comment on the console i get: NoMethodError: undefined method `default_scope' for #Class:0x7f9899b682d8 i think that this method is not recognized by my rails version.should i upgrade?

jackdempsey commented 14 years ago

bennacer860,

What version of acts_as_commentable are you using? The master branch is currently designed for rails 3.0

bennacer860 commented 14 years ago

i dont know what version i am using , i just downloaded it with the gem command. i fixed my problem by commenting the line with default_scope.