Quantcast
Channel: Rails Cache Action Won't Expire - Stack Overflow
Viewing all articles
Browse latest Browse all 4

Answer by Daniel Loureiro for Rails Cache Action Won't Expire

$
0
0

I don't know about "caches_action", but you can try to expire manually all cache and see what happens.

def update
  # expire_action :action => :show
  Rails.cache.clear
end

Viewing all articles
Browse latest Browse all 4

Trending Articles