Rails 3 and respond_to_parents

I am getting

NameError (undefined local variable or method `erase_redirect_results’
for #StoriesController:0x000001035ae3e0):

It seems that erase_redirect_results have been moved or no longer exists
in Rails 3.0

What should I do?

Is there a way to get respond_to_parents to work with Rails 3.0?

Or is there an alternative method in Rails 3.0?

I have been using this plugin for 4 years now.

Sharkie

Use GitHub - itkin/respond_to_parent: Enable access to an iframe's parent element, for Rails 3 (Extraction from http://github.com/vhochstein/active_scaffold)