method

modules_for_helpers

modules_for_helpers
public

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]