add_template_helper(mod)
private
Makes all the (instance) methods in the helper
module available to templates rendered through this controller.
Parameters
# File actionpack/lib/abstract_controller/helpers.rb, line 179
def add_template_helper(mod)
_helpers.module_eval { include mod }
end