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
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