Account manager: consider dormant to be 3 months instead of one.

staging
multiple creatures 2019-04-26 12:56:12 -05:00
parent f573712f82
commit 4d12e45d3b
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ class RelationshipsController < ApplicationController
end
def dormant_account_scope
AccountStat.where(last_status_at: nil).or(AccountStat.where(AccountStat.arel_table[:last_status_at].lt(1.month.ago)))
AccountStat.where(last_status_at: nil).or(AccountStat.where(AccountStat.arel_table[:last_status_at].lt(3.months.ago)))
end
def by_domain_scope