diff --git a/app/models/customer.rb b/app/models/customer.rb index afe98ef..7b56cfc 100644 --- a/app/models/customer.rb +++ b/app/models/customer.rb @@ -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