views:

30

answers:

1

How I will use responds_to_parent plug in rails 3. I had used it in rails 2.3.5. At that time there was no errors. But when I shifted to rails 3 its showing the following error

undefined local variable or method `erase_redirect_results'.

How to solve this issue? Please help me ?

+1  A: 

Like report on his issue tracker : http://github.com/markcatley/responds_to_parent/issues#issue/1

This plugin is not Rails 3 compatible.

You have 4 choices :

  • Downgrade to rails 2 and still using this plugin
  • Hack this plugin to made it compatible to Rails 3
  • Wait this plugin to be compatible to Rails 3
  • Unsused this plugin
shingara