instance method add_template_helper

Ruby on Rails 5.2.8.1

Since v3.0.20 Last seen in v6.0.6 Private

Available in: v3.0.20 v3.1.12 v3.2.22.5 v4.0.13 v4.1.16 v4.2.9 v5.2.8.1 v6.0.6

Signature

add_template_helper(mod)

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

Parameters

mod req
Source
# File actionpack/lib/abstract_controller/helpers.rb, line 179
        def add_template_helper(mod)
          _helpers.module_eval { include mod }
        end

Defined in actionpack/lib/abstract_controller/helpers.rb line 179 · View on GitHub · Improve this page · Find usages on GitHub

Defined in AbstractController::Helpers::ClassMethods

Type at least 2 characters to search.

↑↓ navigate · open · esc close