I was trying out the shortcut technique for Creating Records on page 129.
The input and output are displayed below.
I know this is natural, but what's the deal with the errors?Code:>> Story.create( :name => 'SitePoint Forums', :link => 'http://www.sitepoint.com/forums/') => #<Story:0x268d2c8 @new_record=false, @attributes={"name"=>"SitePoint Forums", "id"=>2, "link"=>"http://www.sitepoint.com/forums/"}, @errors=#<ActiveRecord::Errors:0x268c328 @base=#<Story:0x268d2c8 ...>, @errors={}>>
Thanks!




Bookmarks