in production environment Rails 2.3 always ask for helpers

Hi all,

When I deploy my rails apps in production, it will barf out an error message if my controller does not have any helper. But this does not happen in development environment. Is there something that I can configure through rails so production does not ask for helpers for every controller?

Thank you very much in advance for your help.

Kind regards, Joshua.