From 229f5a34afd52f11eaa10bf8e11869ed529fa7c2 Mon Sep 17 00:00:00 2001 From: Matt Farnsworth Date: Fri, 20 Nov 2015 15:55:31 +0200 Subject: [PATCH] Story #104525314 - remove s typo --- app/models/domain.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/models/domain.rb b/app/models/domain.rb index 2bbc221da..7eeff36c5 100644 --- a/app/models/domain.rb +++ b/app/models/domain.rb @@ -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