How do I call a Rails helper method from inside another helper method?

Viewed 12289

I am writing a helper that needs to call another helper, which generates html. How do I do that?

3 Answers
Related