FIX: EmberCli cache clearance issue in production (#24343)

This commit is contained in:
David Taylor
2023-11-13 10:34:06 +00:00
committed by GitHub
parent 4b78254065
commit 4982f95472
2 changed files with 42 additions and 1 deletions

View File

@ -69,7 +69,7 @@ class EmberCli < ActiveSupport::CurrentAttributes
end
def self.clear_cache!
self.request.cache = nil
self.request_cache = nil
@production_cache = nil
end
end