mirror of
https://github.com/internetee/registry.git
synced 2025-05-28 16:39:55 +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)
|
||||
# check for deleted status
|
||||
statuses.each do |s|
|
||||
unless update.includes? s
|
||||
unless update.include? s
|
||||
case s
|
||||
when DomainStatus::PENDING_DELETE
|
||||
self.delete_at = nil
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue