module AbstractController::Helpers::ClassMethods
def add_template_helper(mod)
* module - The module to include into the current helper module
==== Parameters
rendered through this controller.
Makes all the (instance) methods in the helper module available to templates
def add_template_helper(mod) _helpers.module_eval { include mod } end