Open
Description
I added this to my project and its working fine but I am having a problem expiring the cache
my controller looks like
class PostsController < ApplicationController
caches_action :show
def show
@post = Post.find(params[:id])
end
end
it works fine when I visit different post but when a post gets updated it does not reflect that
Thanks
Metadata
Metadata
Assignees
Labels
No labels