Completed 500 Internal Server Error in 3ms
ActiveRecord::AssociationTypeMismatch (Type(#70137863544680) expected, got String(#701
37856381380)):
app/controllers/houses_controller.rb:65:in block in update'
app/controllers/houses_controller.rb:64:in
update'
表单是这样写的 <%= f.select :type, @types.collect{|p| [p.name,p.id ]} %>