fixed accident deleteion details_cache_key

This commit is contained in:
2026-03-04 20:09:13 -05:00
parent bccfcd9dbc
commit b96678a2e9

View File

@@ -47,7 +47,7 @@ class Customer < ActiveRecord::Base
end
# Generates a unique cache key for storing this customer's QBO details.
def
def details_cache_key
"customer:#{id}:qbo_details:#{updated_at.to_i}"
end