EPP error refactor (once again)

This commit is contained in:
Martin Lensment 2014-09-17 14:20:23 +03:00
parent 90dff29c15
commit 8d24fe7b00
8 changed files with 67 additions and 80 deletions

View file

@ -101,8 +101,6 @@ class Contact < ActiveRecord::Base
'2302' => [ # Object exists
[:code, :epp_id_taken]
],
'2303' => # Object does not exist
[:not_found, :epp_obj_does_not_exist],
'2305' => [ # Association exists
[:domains, :exist]
],