search for: userquestionresponse

Displaying 1 result from an estimated 1 matches for "userquestionresponse".

Did you mean: user_question_response
2006 Jun 02
7
Unit Tests crashing out for a table without an ID
...d the user''s response. The user_question_response has it''s own model belongs_to/has_many with users and questions and it works fine in the actual application but when I try to do any unit-testing of my User model I get this: ActiveRecord::RecordNotFound: Couldn''t find UserQuestionResponse without an ID .../gems/activerecord_1.14.2/lib/active_record/base.rb:932:in ''find_from_ids'' Any ideas what is going on and what I can do about it? -- Posted via http://www.ruby-forum.com/.