mirror of
https://github.com/internetee/registry.git
synced 2025-07-25 12:08:27 +02:00
Refactor
This commit is contained in:
parent
5bb212ba24
commit
3dca771bcb
4 changed files with 5 additions and 4 deletions
|
@ -38,7 +38,7 @@ class Domain < ActiveRecord::Base
|
|||
errors.add(:domain_contacts, {
|
||||
obj: 'contact',
|
||||
val: x[:contact],
|
||||
msg: I18n.t('errors.messages.epp_contact_not_found')
|
||||
msg: errors.generate_message(:domain_contacts, :not_found)
|
||||
})
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue