modules_for_helpers(args)
Instance Public methods
Returns a list of modules, normalized from the acceptable kinds of helpers with the following behavior:
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 the list of helpers provided.
Please login to continue.