mirror of
https://github.com/internetee/registry.git
synced 2025-07-20 17:55:55 +02:00
Improve keyrelay registrar
This commit is contained in:
parent
cdc93a570f
commit
b1714f4b1f
7 changed files with 25 additions and 26 deletions
|
@ -6,7 +6,7 @@ class DurationIso8601Validator < ActiveModel::EachValidator
|
|||
|
||||
class << self
|
||||
def validate(value)
|
||||
return false if value.blank?
|
||||
return true if value.blank?
|
||||
return true if value.empty?
|
||||
|
||||
begin
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue