How do I make an action available to multiple controllers and views?

I have an action in a controller that I need to make available to other controllers and views.

I put the action in ApplicationController and ApplicationHelper but it didn't work.

Thank you for any help.

Try putting the shared code into a module and mixing it in. It worked for me.

-Kathy Van Stone kvs@pobox.com