andrewjleonard

Results 1 comments of andrewjleonard

Thanks, that makes sense. Now getting a TypeMismatch error. ``` ActiveRecord::AssociationTypeMismatch in CustomersAdmin::AdminController#create Address(#70284209767180) expected, got {"number_and_street"=>"Test", "suburb"=>"Test", "state"=>"Test", "country"=>"Test", "post_code"=>"Test"} which is an instance of ActiveSupport::HashWithIndifferentAccess(#70284156005000) ```