caches_page :index, :show
When i do an update with the url:
/posts/:id, :method => :put
the app is not getting hit at all, nothing in the log, it just goes straight to the cached page as if it was a :get request and calls :show
Has anyone seen this before?
It wokrs fine on my dev environment even running it in procduction mode.