Quick fix for Contact error code map

This commit is contained in:
Andres Keskküla 2014-08-22 11:57:13 +03:00
parent 7a9af5a719
commit 60451a3f6f

View file

@ -98,6 +98,7 @@ class Contact < ActiveRecord::Base
{ {
'2302' => [[:code, :epp_id_taken]], '2302' => [[:code, :epp_id_taken]],
'2303' => [:not_found, :epp_obj_does_not_exist], '2303' => [:not_found, :epp_obj_does_not_exist],
'2305' => ['Object association prohibits operation' ],
'2005' => ['Phone nr is invalid', 'Email is invalid'] '2005' => ['Phone nr is invalid', 'Email is invalid']
} }
end end