Added new status in regustry lock

This commit is contained in:
olegphenomenon 2021-09-20 10:50:59 +03:00
parent a479c80a6e
commit cd7b5d3e76

View file

@ -12,6 +12,7 @@ module Domain::RegistryLockable
end end
def apply_registry_lock def apply_registry_lock
# binding.pry
return unless registry_lockable? return unless registry_lockable?
return if locked_by_registrant? return if locked_by_registrant?