From: Mark Gallop Date: 2007-08-07T11:56:23+09:00 Subject: Re: ActiveRecord problems Hi James, James Rosten wrote: > This is the error I get: > > /usr/lib/ruby/gems/1.8/gems/activerecord-1.15.3/lib/active_record/base.rb:1857:in > `method_missing': undefined method `body=' for # > (NoMethodError) > from buzz.rb:60:in `add' > from buzz.rb:98 > Does Article.columns list body? What happens if you assign body a short "test" string? Cheers, Mark