mirror of
https://github.com/internetee/registry.git
synced 2025-07-13 14:35:05 +02:00
Add custom validation to nameservers uniqueness
This commit is contained in:
parent
44dce714b8
commit
f65cf32991
7 changed files with 45 additions and 17 deletions
|
@ -1,5 +1,6 @@
|
|||
- if object.errors.any?
|
||||
- object.errors.each do |attr, err|
|
||||
- next if attr.match(/\./)
|
||||
- next if attr == :epp_errors
|
||||
= err
|
||||
%br
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue