From 6a0eb0dd06dad2d362a0cd0db9da084232233548 Mon Sep 17 00:00:00 2001 From: bilal Date: Mon, 29 Jun 2020 14:36:38 +0200 Subject: [PATCH] add comment --- spec/models/account_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/models/account_spec.rb b/spec/models/account_spec.rb index 247582e..2acceb7 100644 --- a/spec/models/account_spec.rb +++ b/spec/models/account_spec.rb @@ -134,7 +134,7 @@ RSpec.describe Account do MedicalRelease, MiscRelease, MatchingRequest, - ActionMailbox::InboundEmail + ActionMailbox::InboundEmail # This is Rails model, we are not using it and it is NOT added to the Account#storage_total calculation ] Rails.application.eager_load! ActiveRecord::Base.descendants.each do |model|