mirror of
https://github.com/internetee/registry.git
synced 2025-05-29 09:00:02 +02:00
New response code
This commit is contained in:
parent
e6b36c409d
commit
0b7017481d
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ class DurationIso8601Validator < ActiveModel::EachValidator
|
||||||
return if validate(value)
|
return if validate(value)
|
||||||
|
|
||||||
{
|
{
|
||||||
code: '2003',
|
code: '2005',
|
||||||
msg: I18n.t(:unknown_expiry_relative_pattern),
|
msg: I18n.t(:unknown_expiry_relative_pattern),
|
||||||
value: { obj: obj, val: value }
|
value: { obj: obj, val: value }
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue