ExpiresAt for ActionController (cache)
using expires_in seconds can be a pain when you need to expire some cache daily at a defined time - let's say after some background jobs are completed...
published on 14 Aug
using expires_in seconds can be a pain when you need to expire some cache daily at a defined time - let's say after some background jobs are completed...