Accessing constants in views/helpers?

I defined a constant in my application.rb, but it’s apparently not
visible to my views nor helpers. Is there a way to directly access it?

Thanks,
Joe

On 11/10/06, Joe R. MUDCRAP-CE [email protected]
wrote:

I defined a constant in my application.rb, but it’s apparently not
visible to my views nor helpers. Is there a way to directly access it?

ApplicationController::CONSTANT

Maybe you want a toplevel constant instead.

jeremy