I am using cache_action in my controllers, and I would like to bypass checking the cache for logged in users on some pages. My login system is Devise/Omniauth.
I thought I would find something in the caching system that I could integrate into a before_filter, but no dice.
How would I go about accomplishing this?
I believe you can do something like this, but I’ve never tried it myself: