Is there a way to clear cache in production environment
using the default cache of rails
I tried using caches_action :index, :expires_in => 1.minute
but it only works on development environment but not in production
Is there a way to clear cache in production environment
using the default cache of rails
I tried using caches_action :index, :expires_in => 1.minute
but it only works on development environment but not in production