Displaying 1 result from an estimated 1 matches for "program_answers".
2006 Oct 13
3
Validation errors in has_one/belongs_to relationships.
...Name can''t be blank, Zip
code co
de is invalid
from
c:/ruby/lib/ruby/gems/1.8/gems/activerecord-1.14.4/lib/active_recor
d/validations.rb:748:in `save!''
from (irb):97
from ♥:0
>> qi = QuoteInput.new
=> #<QuoteInput:0x36fb040 @new_record=true, @program_answers=[],
@attributes={"p
rogram_id"=>0, "updated_at"=>nil, "program_quote_input_type"=>"",
"program_quote
_input_id"=>0, "user_id"=>0, "created_at"=>nil}, @company_answers=[]>
>> qi.insured = ins
=> #&...