mirror of
https://github.com/internetee/registry.git
synced 2025-05-29 17:10:08 +02:00
Story #104525314 - remove s typo
This commit is contained in:
parent
b561b8e543
commit
229f5a34af
1 changed files with 1 additions and 1 deletions
|
@ -683,7 +683,7 @@ class Domain < ActiveRecord::Base
|
||||||
def admin_status_update(update)
|
def admin_status_update(update)
|
||||||
# check for deleted status
|
# check for deleted status
|
||||||
statuses.each do |s|
|
statuses.each do |s|
|
||||||
unless update.includes? s
|
unless update.include? s
|
||||||
case s
|
case s
|
||||||
when DomainStatus::PENDING_DELETE
|
when DomainStatus::PENDING_DELETE
|
||||||
self.delete_at = nil
|
self.delete_at = nil
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue