method
modules_for_helpers
v8.1.1 -
Show latest stable
- Class:
AbstractController::Helpers::ClassMethods
modules_for_helperspublic
Given an array of values like the ones accepted by `helper`, this method returns an array with the corresponding modules, in the same order.
ActionController::Base.modules_for_helpers(["application", "chart", "rubygems"]) # => [ApplicationHelper, ChartHelper, RubygemsHelper]