Rails 2.1 Caching and time_to_live

Hello all,

We are using the action_cache(http://craz8.com/svn/trunk/plugins/
action_cache/) plugin for time based expiry of our RSS feeds. We
upgraded to Rails 2.1, and now it fails because the plugin calls
@actions.include?(controller.action_name.intern). There is no @actions
anymore as seen in this commit (Merge pull request #48846 from akhilgkrishnan/add-rack-lint-to-reload… · rails/rails@127138c · GitHub
7708650f73ddb4db300ea2059c60c1d907a4384e).

I see that @actions = is replaced by @options = so was wondering if
it’s as simple as doing @options[:actions]? I’ve searched all over for
this and hope to find a solution here.

Thanks,
Ahmed