modules_for_helpers(args)
Instance Public methods
Returns a list of modules, normalized from the acceptable kinds of helpers
with the following behavior:
String or Symbol
:FooBar or âFooBarâ becomes âfoo_bar_helperâ,
and âfoo_bar_helper.rbâ is loaded using require_dependency.
Module
No further processing
After loading the appropriate files, the corresponding modules are
returned.
Parameters
args - An array of helpers
Returns
Array - A normalized list of
modules for