Upgrade rails to next patch version #32

Closed
bilal.catic wants to merge 3 commits from upgrade-rails-to-next-patch-version into master
Showing only changes of commit 6a0eb0dd06 - Show all commits

View File

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