How to call the rhtml file from the helper method?

Hi,

Anyone knows how to call the rhtml file from the helper method?

Thanks,
Ayyanar. A

On Jun 17, 3:02 am, Ayyanar Aswathaman <rails-mailing-l…@andreas-
s.net> wrote:

Hi,

Anyone knows how to call the rhtml file from the helper method?

In an MVC framework, it’s generally the other way around: contollers
call models, then render views. Views can call helper methods as
needed.

Maybe you can explain why you’re trying to have a helper method call
into an rhtml template?

Jeff
purpleworkshops.com