diff --git a/app/models/enterprise_homepage.rb b/app/models/enterprise_homepage.rb index d623f8c..0ad2beb 100644 --- a/app/models/enterprise_homepage.rb +++ b/app/models/enterprise_homepage.rb @@ -26,6 +26,11 @@ class EnterpriseHomepage < Article end end + # disable cache because of products + def cache_key params = {}, the_profile = nil, language = 'en' + rand + end + def can_display_hits? false end -- libgit2 0.21.2