Hey, I am trying to get my app up and running and everything seems fine except for updating. I can add a ''section'' and destroy a ''section'' and I can even bring up the edit page for my ''section'', but when I go to update it I get an error. NoMethodError in Sections#update WARNING: You have a nil object when you probably didn''t expect it! Odds are you want an instance of Array instead Request* Parameters*: {"commit"=>"Edit", "id"=>"1", "section"=>{"title"=>"Activities 2", "sectionstatus_id"=>"1", "parent_id"=>"1"}} It actually is happening in a few places, not just ''section''. All of the sections that it is happening on are either have belongs_to or has_and_belongs_to_many. I don''t know if this has anything to do with it though. I''ve done a fair bit of searching but can''t find anything. Any ideas? Thanks, Eric