Expire Page from within model in Rails

Just had to expire a cached page from within a model, because I have a delayed_job running that updates my model and therefore I need to expire the cached page I generated from within the controller. Its actually pretty simple, but you still need to know what to call.

read more