Story #104525314 - remove s typo

This commit is contained in:
Matt Farnsworth 2015-11-20 15:55:31 +02:00
parent b561b8e543
commit 229f5a34af

View file

@ -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