Displaying 1 result from an estimated 1 matches for "author_description".
2006 May 20
1
acts_as_paranoid overrides ActiveRecord::Base??
...ve line...
>> b = Book.find(1)
=> #<Book:0x277bff4 @attributes={"date_published"=>nil,
"dimensions"=>nil, "title"=>"Title", "id"=>"1", "subtitle"=>nil,
"pages"=>"343", "author_description"=>nil}>
>> b.tags
ArgumentError: Unknown key(s): from
from
/usr/local/lib/ruby/gems/1.8/gems/activesupport-1.3.0/lib/active_support/core_ext/hash/keys.rb:48:in
`assert_valid_keys''
from
./script/../config/../config/../lib/acts_as_paranoid.rb:66:in
`vali...