Displaying 1 result from an estimated 1 matches for "acts_as_paranaoid".
Did you mean:
act_as_paranoid
2006 May 20
1
acts_as_paranoid overrides ActiveRecord::Base??
...port. Classes declared as taggable, throw error, which
appears to be in the acts_as_paranoid version of the "find" method,
however it''s not supposed to override Base for this class at all (this
particular class is not "paranoid"). So it looks like just having
"acts_as_paranaoid.rb" in my lib directory overrides Base for all cases,
hence my suspicion about the above line...
>> b = Book.find(1)
=> #<Book:0x277bff4 @attributes={"date_published"=>nil,
"dimensions"=>nil, "title"=>"Title", "id"=&g...