method

add_template_helper

Importance_1
Ruby on Rails latest stable (v7.1.3.2) - 0 notes - Class: AbstractController::Helpers::ClassMethods

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v6.0.0) is shown here.

add_template_helper(mod) private

Makes all the (instance) methods in the helper module available to templates rendered through this controller.

Parameters

  • module - The module to include into the current helper module for the class

Show source
Register or log in to add new notes.