Ruby on Rails
Helpers

Helpers are modules whose methods may be used in a view. If you find yourself putting a lot of code in a view, think of writing a helper to handle that code, where it can be better managed and reused.

See:

category: Glossary